Module tower::timeout[][src]

This is supported on crate feature timeout only.
Expand description

Middleware that applies a timeout to requests.

If the response does not complete within the specified timeout, the response will be aborted.

Modules

error

Error types

future

Future types

Structs

Timeout

Applies a timeout to requests.

TimeoutLayer

Applies a timeout to requests via the supplied inner service.