Skip to main content

Module http_client

Module http_client 

Source
Expand description

Backend-independent HTTP request, response, and client abstractions. Backend-independent HTTP request and response abstractions.

Structs§

HttpRequest
A backend-independent HTTP request.
HttpResponse
A fully buffered HTTP response.
HttpStatusError
A typed HTTP status carried inside a crate::errors::CrawlError.
StreamingResponse
An HTTP response whose body arrives as a byte stream.

Enums§

HttpClientError
An error produced while preparing or executing an HTTP request.

Traits§

HttpClient
An object-safe asynchronous HTTP client backend.