Crate iron_mountrouter [] [src]

Macros

picker!

Create and populate method picker.

Structs

MethodPicker

MethodPicker provides an interface to apply different handlers for different http methods as middleware for the Iron framework.

NoMethod

NoMethod is error type returned to Iron if no handler was matched in MethodPicker

NoRoute

NoRoute is error type returned to Iron if no route was matched in Router

Router

Router provides an interface to apply different handlers to different routes as middleware for the Iron framework.

StrippedUrl

StrippedUrl serves as a key in request extensions. It contains non-matched part of url if route was mounted

Type Definitions

Params

Params is stored in request extensions and gives access to captured dynamic parameters