Expand description
Backend-independent HTTP request, response, and client abstractions. Backend-independent HTTP request and response abstractions.
Structs§
- Http
Request - A backend-independent HTTP request.
- Http
Response - A fully buffered HTTP response.
- Http
Status Error - A typed HTTP status carried inside a
crate::errors::CrawlError. - Streaming
Response - An HTTP response whose body arrives as a byte stream.
Enums§
- Http
Client Error - An error produced while preparing or executing an HTTP request.
Traits§
- Http
Client - An object-safe asynchronous HTTP client backend.