Expand description

Module for interacting with HTTP/HTTPS APIs.

Modules

Structs

  • A cheaply cloneable and sliceable chunk of contiguous memory.
  • Client for communicating with APIs through HTTP/HTTPS.
  • A set of HTTP headers
  • The Request Method (VERB)
  • A request which can be executed with Client::execute().
  • A builder to construct the properties of a Request.
  • Configuration when sending a request using Client.
  • An HTTP status code (status-code in RFC 7230 et al.).

Enums

Statics

Traits