Module http

Source
Expand description

A high-performance HTTP client implementation.

Structs§

HttpClient
An HTTP client that supports rate limiting and timeouts.
HttpResponse
Represents the response from an HTTP request.
HttpStatus
Represents a HTTP status code.
InnerHttpClient
Internal implementation backing HttpClient.

Enums§

HttpClientError
Errors returned by the HTTP client.
HttpMethod
Represents the HTTP methods supported by the HttpClient.