Module middleware

Available on crate feature dep_ureq only.
Expand description

Chained interception to modify the request or response.

Structs§

MiddlewareNext
Continuation of a Middleware chain.

Traits§

Middleware
Chained processing of request (and response).