Expand description
A high level HTTP client based on compio.
Structs§
- A request body.
- An asynchronous
Clientto make Requests with. - A
ClientBuildercan be used to create aClientwith 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.