Module scope

Source
Expand description

Implement utoipa extended Scope for actix_web::Scope.

See usage from scope.

Structs§

Scope
Wrapper type for actix_web::Scope and utoipa::openapi::OpenApi with additional path prefix created with scope::scope("path-prefix") call.

Functions§

scope
Create a new Scope with given scope e.g. scope("/api/v1").