Available on crate feature
client only.Expand description
Collections of some useful Layers.
Modules§
- header
Layers for inserting header to requests.- http_
proxy http1 - HTTP/1.1 Proxy defined by RFC 7230
Structs§
- Fail
OnStatus Layerfor throwing service error with the response’s error status code.- Status
Code Error - Client received a response with an error status code.
- Target
Layer - Set a
Targetas the destination forcely. - Timeout
Layerfor applying timeout fromConfig.