Module http

Module http 

Source
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)
ReqwestError
The Errors that may occur when processing a Request.
Response
A Response to a submitted Request.
StatusCode
An HTTP status code (status-code in RFC 9110 et al.).
Url
A parsed URL record.

Constants§

USER_AGENT
Contains a string that allows identifying the requesting client’s software.