Crate swagger [] [src]

Support crate for Swagger codegen.

Reexports

pub use base64_format::ByteArray;
pub use nullable_format::Nullable;
pub use auth::Authorization;
pub use auth::AuthData;
pub use context::Context;
pub use context::ContextWrapper;
pub use connector::http_connector;
pub use connector::https_connector;
pub use connector::https_mutual_connector;

Modules

auth

Authentication and authorization data structures

base64_format

Module for encoding API properties in base64.

connector

Module with utilities for creating connectors with hyper. Utility methods for instantiating common connectors for clients.

context

Module for API context management.

nullable_format

Module for encoding Nullable properties.

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.

XSpanId

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