Crate cyper

source
Expand description

A high level HTTP client based on compio.

Structs§

  • A request body.
  • An asynchronous Client to make Requests with.
  • A ClientBuilder can be used to create a Client with custom configuration.
  • A request which can be executed with Client::execute().
  • A builder to construct the properties of a Request.
  • A Response to a submitted Request.

Enums§

  • The error type used in compio-http.

Traits§

  • A trait to try to convert some type into a Url.

Type Aliases§

  • The result type used in compio-http.