Expand description
Mount
provides mounting middleware for the Iron framework.
Structs§
- Mount
Mount
is a simple mounting middleware.- NoMatch
- The error returned by
Mount
when a request doesn’t match any mounted handlers. - Original
Url - Exposes the original, unmodified path to be stored in
Request::extensions
.