Module router

Module router 

Source

Modules§

filter
Request filtering module that provides composable request filters.

Structs§

RouteResult
Result of matching a route, containing matched items and path parameters
Router
Main router structure that handles HTTP request routing
RouterBuilder
RouterItem
A router item containing a filter and handler
RouterItemBuilder

Functions§

connect
delete
get
head
inner_connect
inner_delete
inner_get
inner_head
inner_options
inner_patch
inner_post
inner_put
inner_trace
options
patch
post
put
trace