Module axum::routing[][src]

Expand description

Routing between Services.

Modules

Future types.

Structs

A boxed route trait object.

A Service that responds with 404 Not Found or 405 Method not allowed to all requests.

A Service created from a router by applying a Tower middleware.

A Service that has been nested inside a router at some path.

A route that sends requests to one of two Services depending on the path.

Enums

A filter that matches one or more HTTP methods.

Traits

Trait for building routers.

Functions

Nest a group of routes (or a Service) at some path.