spry_router 0.0.3 spry_router: ^0.0.3 copied to clipboard
A request router for the Spry web framework that supports matching handlers from path expressions.
0.0.3 #
- Hidden
RouterImpl
class. - Not found default changed to
HttpException.notFound()
.
0.0.2 #
Update deps.
0.0.1 #
Spry makes it easy to build web applications and API applications in Dart with middleware composition processors. This package provides Spry with request routing handlers that dispatch requests to handlers by routing matching patterns.