Module typestate
Available on crate feature
dep_ureq
only.Expand description
Typestate variables.
Structs§
- Agent
Scope - Typestate for
Config
when configured for anAgent
. - Http
Crate Scope - Typestate for for
Config
when configured viaAgent::configure_request
. - Request
Scope - Typestate for
Config
when configured on theRequestBuilder
level. - With
Body - Typestate when
RequestBuilder
needs to a send body. - Without
Body - Typestate when
RequestBuilder
has no send body.