commit | 6b8b338d6a2a38dcf8a3717af7bbba66f4f6d192 | [log] [tgz] |
---|---|---|
author | Kevin Moore <kevmoo@users.noreply.github.com> | Tue Dec 17 19:21:55 2024 -0600 |
committer | GitHub <noreply@github.com> | Tue Dec 17 17:21:55 2024 -0800 |
tree | 59bf268c777457bf59638bf02407b51cc50b4f37 | |
parent | e3975a8a41a861a78bef591345ee14f1f95fc0a0 [diff] |
shelf_router_generator: bump dependencies (#464) The min versions bumps were updated using ` _PUB_TEST_SDK_VERSION=3.3.0 dart pub downgrade --tighten`
Shelf makes it easy to create and compose web servers and parts of web servers. How?
It was inspired by Connect for NodeJS and Rack for Ruby.
See the package:shelf readme for more information.
Package | Description | Issues | Version |
---|---|---|---|
shelf | A model for web server middleware that encourages composition and easy reuse. | ||
shelf_packages_handler | A shelf handler for serving a packages/ directory. | ||
shelf_proxy | A shelf handler for proxying HTTP requests to another server. | ||
shelf_router | A convenient request router for the shelf web-framework, with support for URL-parameters, nested routers and routers generated from source annotations. | ||
shelf_router_generator | A package:build-compatible builder for generating request routers for the shelf web-framework based on source annotations. | ||
shelf_static | Static file server support for the shelf package and ecosystem. | ||
shelf_test_handler | A Shelf handler that makes it easy to test HTTP interactions. | ||
shelf_web_socket | A shelf handler that wires up a listener for every connection. |
For information about our publishing automation and release process, see https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.