Enum hyper::client::RedirectPolicy [−][src]
Expand description
Behavior regarding how to handle redirects within a Client.
Variants
Don’t follow any redirects.
Follow all redirects.
Follow a redirect if the contained function returns true.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for RedirectPolicy
impl Send for RedirectPolicy
impl Sync for RedirectPolicy
impl Unpin for RedirectPolicy
impl UnwindSafe for RedirectPolicy
Blanket Implementations
Mutably borrows from an owned value. Read more