Re-exports§
pub use auth::AdminActor;pub use auth::AuthenticatedActor;pub use auth::CONSOLE_ADMIN_SCOPE;pub use auth::OptionalActor;pub use auth::ServiceActor;pub use auth::UserActor;pub use context::HttpRequestContext;pub use context::request_context_middleware;pub use errors::ProblemDetails as ErrorResponse;pub use errors::ApiErrorResponse;pub use errors::IntoApiError;pub use errors::ProblemDetails;pub use errors::ProblemErrorDetail;pub use json::JsonBody;pub use routes::ApiOpenApiRouter;pub use routes::ApiRouter;pub use routes::base_router;
Modules§
Macros§
- routes
- Collect axum handlers annotated with
utoipa::pathtorouter::UtoipaMethodRouter.
Structs§
- Open
ApiRouter - A wrapper struct for
axum::Routerandutoipa::openapi::OpenApifor composing handlers and services with collecting OpenAPI information from the handlers.