Skip to main content

Module routing

Module routing 

Source
Expand description

Routing traits: IRouter and IEndpoint.

Structs§

RouteMeta
Route metadata: method + path pattern.

Enums§

HttpMethod
HTTP methods supported by the framework.

Traits§

IEndpoint
An endpoint handler is the terminal component in the middleware pipeline.
IRouter
Router that matches incoming HTTP requests to registered endpoints.