Expand description
Re-exports§
pub use reqwest;reqwestand not (WASI and WASIp1)pub use hyper;Non- target_family=wasmandhyperpub use hyper_util;Non- target_family=wasmandhyper
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 Non- target_family=wasmandhyper - 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 Non- target_family=wasmandhyper - Alias for
Response<Incoming> - Hyper
Response Fut Non- target_family=wasmandhyper - Alias for pinned box future that results in
HyperResponse - Hyper
Transport Non- target_family=wasmandhyper - 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.