Crate cyper

Source
Expand description

A high level HTTP client based on compio.

Structs§

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

Enums§

Error
The error type used in compio-http.

Traits§

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

Type Aliases§

Result
The result type used in compio-http.