Crate alloy_transport_http

Source
Expand description

§alloy-transport-http

HTTP transport implementation.

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.