Module typestate

Available on crate feature dep_ureq only.
Expand description

Typestate variables.

Structs§

AgentScope
Typestate for Config when configured for an Agent.
HttpCrateScope
Typestate for for Config when configured via Agent::configure_request.
RequestScope
Typestate for Config when configured on the RequestBuilder level.
WithBody
Typestate when RequestBuilder needs to a send body.
WithoutBody
Typestate when RequestBuilder has no send body.