Module http_client::h1[][src]

This is supported on crate features h1_client and default only.
Expand description

http-client implementation for async-h1, with connection pooling (“Keep-Alive”).

Structs

H1Client

Async-h1 based HTTP Client, with connecton pooling (“Keep-Alive”).