Module middleware

Source
Expand description

Types to add server middleware to a server function.

Structs§

BoxedService
A type-erased service, which takes an HTTP request and returns a response.

Traits§

Layer
An abstraction over a middleware layer, which can be used to add additional middleware layer to a Service.
Service
A service converts an HTTP request into a response.