pub const DEFAULT_HTTP_TIMEOUT: Duration;Available on crate feature
clients only.Expand description
The default timeout for making HTTP requests.
This is a relatively low value by default as most HTTP pages are fairly simple, and quick to respond.