shelf_router 0.7.2 shelf_router: ^0.7.2 copied to clipboard
A convinent request router for the shelf web-framework, with support for URL-parameters, nested routers and routers generated from source annotations.
v0.7.2 #
- Always register a
HEAD
handler whenever aGET
handler is registered. Defaulting to calling theGET
handler and throwing away the body.
v0.7.1 #
- Use
Function
instead ofdynamic
inRouterEntry
to improve typing.
v0.7.0+1 #
- Fixed description to fit size recommendations.
v0.7.0 #
- Initial release