Module actix_net::timeout

source ·
Expand description

Service that applies a timeout to requests.

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

Structs

Applies a timeout to requests.
Timeout response future
Applies a timeout to requests.
TimeoutService response future

Enums

Timeout error