Expand description
tower
layers and services to help building HTTP client and servers
Modules§
Structs§
- A layer that catches responses with the HTTP status codes lying within
bounds
and then maps the requests into a custom error type usingmapper
. - A Client to make outgoing HTTP requests.
Traits§
Functions§
- Create a traced HTTP and HTTPS connector
- Create a basic Hyper HTTP & HTTPS client without any tracing
- Notify the CORS layer what opentelemetry propagators are being used. This helps whitelisting headers in CORS requests.
Type Aliases§
- Type for the underlying HTTP service.