Merge pull request #2 from dart-lang/natebosch_strong-mode-shelf-0.7

Fix Strong Mode error with latest shelf
tree: 5128ea0c14e3265424be331442d1ef72980fd059
  1. lib/
  2. test/
  3. .gitignore
  4. .test_config
  5. analysis_options.yaml
  6. AUTHORS
  7. CHANGELOG.md
  8. codereview.settings
  9. CONTRIBUTING.md
  10. LICENSE
  11. pubspec.yaml
  12. README.md
README.md

A package that provides a shelf handler for serving a packages/ directory. It's intended to be usable as the first handler in a Cascade, where any requests that include /packages/ are served package assets, and all other requests cascade to additional handlers.