Module layer

Module layer 

Source
Available on crate feature client only.
Expand description

Collections of some useful Layers.

Modules§

header
Layers for inserting header to requests.
http_proxyhttp1
HTTP/1.1 Proxy defined by RFC 7230

Structs§

FailOnStatus
Layer for throwing service error with the response’s error status code.
StatusCodeError
Client received a response with an error status code.
TargetLayer
Set a Target as the destination forcely.
Timeout
Layer for applying timeout from Config.