Expand description

This module contains an abstraction for HTTP clients as well as friendly-named re-exports of client types that implement this trait.

Traits§

Type Aliases§

  • Hyperhyper
    A basic hyper HTTP client.
  • HyperNativeTlshyper and hyper-native-tls
    A hyper HTTP client using native-tls for TLS support.
  • HyperRustlshyper and hyper-rustls
    A hyper HTTP client using rustls for TLS support.
  • Isahcisahc
    The isahc crate’s HttpClient.
  • Reqwestreqwest
    The reqwest crate’s Client.