Module hyper::client

source ·
Available on crate feature client only.
Expand description

HTTP Client

hyper provides HTTP over a single connection. See the conn module.

Example

For a small example program simply fetching a URL, take a look at the full client example.

Modules

  • connhttp1 or http2
    Lower-level client connection API.