readme update
1 file changed
tree: 0eadacdb8def2da2843c1a37874aa5116bc88fcb
  1. example/
  2. lib/
  3. test/
  4. tool/
  5. .gitignore
  6. CHANGELOG.md
  7. LICENSE
  8. pubspec.yaml
  9. README.md
README.md

Build Status

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.