Module axum::routing[][src]

Expand description

Routing between Services.

Modules

Future types.

Structs

A boxed route trait object.

Middleware that statically verifies that a service cannot fail.

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

A MakeService that produces axum router services.

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

A filter that matches one or more HTTP methods.

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

tower::Service that is the combination of two routers.

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

The router type for composing handlers and services.