Expand description
§alloy-transport-http
HTTP transport implementation.
Re-exports§
pub use reqwest;
reqwest
pub use hyper;
Non- target_family="wasm"
andhyper
pub use hyper_util;
Non- target_family="wasm"
andhyper
Structs§
- Auth
Layer Non- target_family="wasm"
andhyper
andjwt-auth
- The
AuthLayer
uses the providedJwtSecret
to generate and validate the jwt token in the requests. - Auth
Service Non- target_family="wasm"
andhyper
andjwt-auth
- A service that generates and validates the jwt token in the requests using the provided secret.
- Client
- Rexported from
reqwest
. An asynchronousClient
to make Requests with. - Http
- An Http transport.
- Hyper
Client Non- target_family="wasm"
andhyper
- A hyper based client that can be used with tower layers.
Type Aliases§
- Hyper
Response Non- target_family="wasm"
andhyper
- Alias for
Response<Incoming>
- Hyper
Response Fut Non- target_family="wasm"
andhyper
- Alias for pinned box future that results in
HyperResponse
- Hyper
Transport Non- target_family="wasm"
andhyper
- A
hyper
based transport client. - Reqwest
Connect reqwest
- Connection details for a
ReqwestTransport
. - Reqwest
Transport reqwest
- An
Http
transport usingreqwest
.