Expand description
Re-exports§
pub use reqwest;reqwestand not (WASI and WASIp1)pub use hyper;hyperand non-target_family=wasmpub use hyper_util;hyperand non-target_family=wasm
Structs§
- Auth
Layer jwt-authand non-target_family=wasm - The
AuthLayeruses the providedJwtSecretto generate and validate the jwt token in the requests. - Auth
Service jwt-authand non-target_family=wasm - A service that generates and validates the jwt token in the requests using the provided secret.
- Client
- Rexported from
reqwest. An asynchronousClientto make Requests with. - Http
- An Http transport.
- Hyper
Client hyperand non-target_family=wasm - A hyper based client that can be used with tower layers.
- Trace
Parent Layer traceparentand non-target_family=wasm - A layer to propagate trace context using W3C
traceparentheader standard. - Trace
Parent Service traceparentand non-target_family=wasm - A service that injects trace context into requests using W3C
traceparentheader standard.
Type Aliases§
- Hyper
Response hyperand non-target_family=wasm - Alias for
Response<Incoming> - Hyper
Response Fut hyperand non-target_family=wasm - Alias for pinned box future that results in
HyperResponse - Hyper
Transport hyperand non-target_family=wasm - A
hyperbased transport client. - Reqwest
Connect reqwestand not (WASI and WASIp1) - Connection details for a
ReqwestTransport. - Reqwest
Transport reqwestand not (WASI and WASIp1) - An
Httptransport usingreqwest.