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.