Struct reqwest::redirect::Attempt [−][src]
pub struct Attempt<'a> { /* fields omitted */ }
Expand description
A type that holds information on the next request and previous requests in redirect chain.
Implementations
Get the type of redirect.
Get the list of previous URLs that have already been requested in this chain.
Returns an action meaning reqwest should not follow the next URL.
The 30x response will be returned as the Ok
result.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Attempt<'a>
impl<'a> UnwindSafe for Attempt<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more