Expand description
§http-client
A small library for making HTTP requests Designed to be a small, simple, and easy to use library for making HTTP requests. Supports all key features of HTTP Can be used synchronously or asynchronously (for example with
tokio
)
Re-exports§
pub use builder::ValidBuilder;
pub use request::ValidRequest;
pub use response::ValidResponse;
pub use status_code::StatusCode;
Modules§
- Request Builder type, allowing creation of a request
- Request type, designed to be generated from a builder
- Response type, designed to be generated from a request
- status code types, designed to be used in the response field