Expand description
§alloy-transport-http
HTTP transport implementation.
Re-exports§
pub use reqwest;
reqwest
pub use hyper;
Non-WebAssembly and hyper
pub use hyper_util;
Non-WebAssembly and hyper
Structs§
- Auth
Layer Non-WebAssembly and hyper
andjwt-auth
- Auth
Service Non-WebAssembly and hyper
andjwt-auth
A service that generates and validates the jwt token in the requests using the provided secret. - Rexported from
reqwest
. An asynchronousClient
to make Requests with. - An Http transport.
- Hyper
Client Non-WebAssembly and hyper
A hyper based client that can be used with tower layers.
Type Aliases§
- Hyper
Response Non-WebAssembly and hyper
Alias forResponse<Incoming>
- Hyper
Response Fut Non-WebAssembly and hyper
Alias for pinned box future that results inHyperResponse
- Hyper
Transport Non-WebAssembly and hyper
Ahyper
based transport client. - Reqwest
Connect reqwest
Connection details for aReqwestTransport
. - Reqwest
Transport reqwest