shelf_proxy 0.0.2 shelf_proxy: ^0.0.2 copied to clipboard
Shelf handlers to proxy requests to other HTTP servers
Shelf handler
to proxy requests to another web server.
Useful if you want to send a subset of requests to another HTTP endpoint, for
instance pub serve
.
See example/example_server.dart
for a usage demonstration.