Module swagger::context [] [src]

Module for API context management.

Structs

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.

ContextWrapper

Context wrapper, to bind an API with a context.

Traits

ContextWrapperExt

Trait to extend an API to make it easy to bind it to a context.

HasLogger

Trait for retrieving a logger from a struct.