Crate swagger [] [src]

Support crate for Swagger codegen.

Modules

base64_format

Module for encoding API properties in base64.

Structs

ApiError

Very simple error type - just holds a description of the error. This is useful for human diagnosis and troubleshooting, but not for applications to parse. The justification for this is to deny applications visibility into the communication layer, forcing the application code to act solely on the logical responses that the API provides, promoting abstraction in the application code.

Authorization

Storage of authorization parameters for an incoming request, used for REST API authorization.

Context

Request context, both as received in a server handler or as sent in a client request. When REST microservices are chained, the Context passes data from the server API to any further HTTP requests.

XSpanId

X-Span-ID header, used to track a request through a chain of microservices.

Enums

AuthData

Storage of raw authentication data, used both for storing incoming request authentication, and for authenticating outgoing client requests.