shelf_router 0.7.4 copy "shelf_router: ^0.7.4" to clipboard
shelf_router: ^0.7.4 copied to clipboard

outdated

A convinent request router for the shelf web-framework, with support for URL-parameters, nested routers and routers generated from source annotations.

v0.7.4 #

  • Update Router.mount parameter to accept a Handler.
  • Make Router to be considered a Handler.
  • Deprecate the Router.handler getter.

v0.7.3 #

  • Added @sealed annotation to Router and Route.

v0.7.2 #

  • Always register a HEAD handler whenever a GET handler is registered. Defaulting to calling the GET handler and throwing away the body.

v0.7.1 #

  • Use Function instead of dynamic in RouterEntry to improve typing.

v0.7.0+1 #

  • Fixed description to fit size recommendations.

v0.7.0 #

  • Initial release
259
likes
30
pub points
98%
popularity

Publisher

verified publishertools.dart.dev

A convinent request router for the shelf web-framework, with support for URL-parameters, nested routers and routers generated from source annotations.

Homepage
Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

http_methods, meta, shelf

More

Packages that depend on shelf_router