Crate alloy_transport_http

Source
Expand description

§alloy-transport-http

HTTP transport implementation.

§Providing HTTP Headers

The HTTP request headers will be extended if a http::HeaderMap is present in the request metadata. This extension functionality is only available for single requests and is not supported for batch requests.

Re-exports§

pub use reqwest;

Structs§

Client
Rexported from reqwest. An asynchronous Client to make Requests with.
Http
An Http transport.

Type Aliases§

ReqwestConnect
Connection details for a ReqwestTransport.
ReqwestTransport
An Http transport using reqwest.