Expand description
A high level HTTP client based on compio.
Modules§
- multipart
multipart - multipart/form-data
- nyquest
nyquest - Adapters for
nyquest_interface.
Structs§
- Body
- A request body.
- Client
- An asynchronous
Clientto make Requests with. - Client
Builder - A
ClientBuildercan be used to create aClientwith 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.