Module http

Source
Expand description

A high-performance HTTP client implementation.

Structs§

HttpClient
A high-performance HTTP client with rate limiting and timeout capabilities.
HttpResponse
Represents the response from an HTTP request.
InnerHttpClient
A high-performance HttpClient for HTTP requests.

Enums§

HttpClientError
Represents errors that can occur when using the HttpClient.
HttpMethod
Represents the HTTP methods supported by the HttpClient.