Module axum::routing[][src]

Expand description

Routing between Services.

Structs

A boxed route trait object.

The response future for BoxRoute.

A Service that responds with 404 Not Found to all requests.

Response future for EmptyRouter.

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.

The response future for Route.

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.