Expand description
A high-performance HTTP client implementation.
Re-exports§
pub use client::HttpClient;pub use client::InnerHttpClient;pub use error::HttpClientError;pub use types::HttpMethod;pub use types::HttpResponse;pub use types::HttpStatus;
Modules§
- client
- HTTP client implementation with rate limiting and timeout support.
- error
- HTTP client error types.
- types
- HTTP types including status codes, methods, and responses.
Structs§
- Method
- The Request Method (VERB)
- Reqwest
Error - The Errors that may occur when processing a
Request. - Response
- A Response to a submitted
Request. - Status
Code - An HTTP status code (
status-codein RFC 9110 et al.). - Url
- A parsed URL record.
Constants§
- USER_
AGENT - Contains a string that allows identifying the requesting client’s software.