[][src]Module rocket_okapi::swagger_ui

Contains the functions and structs required to display the swagger web ui.

Structs

SwaggerUIConfig

A struct containing information about where and how the openapi.json files are served.

UrlObject

Contains a named url.

Enums

DefaultModelRendering

Used to control the way models are displayed by default.

DocExpansion

Used to control the default expansion setting for the operations and tags.

Filter

Used to enable, disable and preconfigure filtering

Functions

make_swagger_ui

Transform the provided SwaggerUIConfig into a list of Routes that serve the swagger web ui.