hyper-util 0.1.13

hyper utilities
Documentation
1
2
3
4
5
6
7
8
//! HTTP client utilities

/// Legacy implementations of `connect` module and `Client`
#[cfg(feature = "client-legacy")]
pub mod legacy;

#[cfg(feature = "client-proxy")]
pub mod proxy;