Skip to main content

ApiOpenApiRouter

Type Alias ApiOpenApiRouter 

Source
pub type ApiOpenApiRouter = OpenApiRouter<AppContext>;
Expand description

OpenAPI-aware router specialized to the shared AppContext state.

Domains and apps build these so that HTTP routes and their OpenAPI documentation come from a single #[utoipa::path]-annotated handler.

Aliased Typeยง

pub struct ApiOpenApiRouter(/* private fields */);