http_extensions 0.6.0

Shared HTTP types and extension traits for clients and servers.
Documentation
1
2
3
4
5
6
7
8
9
10
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

//! Timeout types for controlling HTTP request and response duration limits.

mod body_timeout;
pub use body_timeout::BodyTimeout;

mod response_timeout;
pub use response_timeout::ResponseTimeout;