HttpApiSwagger
Swagger documentation UI for declarative HttpApi contracts.
This module mounts a browser-based Swagger UI route on an HttpRouter. The page renders the OpenAPI document derived from the supplied HttpApi, so a running application can expose interactive API documentation without writing a separate OpenAPI file.
Mounts Swagger UI for an
HttpApiat the configured path, defaulting to/docs, using the OpenAPI specification generated from the API.