pub fn timeout_layer(d: Duration) -> TimeoutLayerExpand description
Build a per-request timeout layer.
Requests that exceed d are aborted with 408 Request Timeout.
pub fn timeout_layer(d: Duration) -> TimeoutLayerBuild a per-request timeout layer.
Requests that exceed d are aborted with 408 Request Timeout.