Expand description
A high level HTTP client based on compio.
Structs§
- Body
- A request body.
- Client
- An asynchronous
Client
to make Requests with. - Client
Builder - A
ClientBuilder
can be used to create aClient
with custom configuration. - Request
- A request which can be executed with
Client::execute()
. - Request
Builder - 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§
Type Aliases§
- Result
- The result type used in
compio-http
.