Struct viz::headers::ProxyAuthorization
source · [−]pub struct ProxyAuthorization<C>(pub C)
where
C: Credentials;Expand description
Proxy-Authorization header, defined in RFC7235
The Proxy-Authorization header field allows a user agent to authenticate
itself with an HTTP proxy – usually, but not necessarily, after
receiving a 407 (Proxy Authentication Required) response and the
Proxy-Authenticate header. Its value consists of credentials containing
the authentication information of the user agent for the realm of the
resource being requested.
ABNF
Proxy-Authorization = credentialsExample values
Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==Bearer fpKL54jvWmEGVoRdCNjG
Examples
Tuple Fields
0: CTrait Implementations
sourceimpl<C> Clone for ProxyAuthorization<C>where
C: Clone + Credentials,
impl<C> Clone for ProxyAuthorization<C>where
C: Clone + Credentials,
sourcefn clone(&self) -> ProxyAuthorization<C>
fn clone(&self) -> ProxyAuthorization<C>
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl<C> Debug for ProxyAuthorization<C>where
C: Debug + Credentials,
impl<C> Debug for ProxyAuthorization<C>where
C: Debug + Credentials,
sourceimpl<C> Header for ProxyAuthorization<C>where
C: Credentials,
impl<C> Header for ProxyAuthorization<C>where
C: Credentials,
sourcefn name() -> &'static HeaderName
fn name() -> &'static HeaderName
The name of this header.
sourcefn decode<'i, I>(values: &mut I) -> Result<ProxyAuthorization<C>, Error>where
I: Iterator<Item = &'i HeaderValue>,
fn decode<'i, I>(values: &mut I) -> Result<ProxyAuthorization<C>, Error>where
I: Iterator<Item = &'i HeaderValue>,
Decode this type from an iterator of
HeaderValues.sourceimpl<C> PartialEq<ProxyAuthorization<C>> for ProxyAuthorization<C>where
C: PartialEq<C> + Credentials,
impl<C> PartialEq<ProxyAuthorization<C>> for ProxyAuthorization<C>where
C: PartialEq<C> + Credentials,
sourcefn eq(&self, other: &ProxyAuthorization<C>) -> bool
fn eq(&self, other: &ProxyAuthorization<C>) -> bool
impl<C> StructuralPartialEq for ProxyAuthorization<C>where
C: Credentials,
Auto Trait Implementations
impl<C> RefUnwindSafe for ProxyAuthorization<C>where
C: RefUnwindSafe,
impl<C> Send for ProxyAuthorization<C>where
C: Send,
impl<C> Sync for ProxyAuthorization<C>where
C: Sync,
impl<C> Unpin for ProxyAuthorization<C>where
C: Unpin,
impl<C> UnwindSafe for ProxyAuthorization<C>where
C: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> FutureExt for T
impl<T> FutureExt for T
fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>impl<T> Future for Instrumented<T>where
T: Future, type Output = <T as Future>::Output;
fn instrument(self, span: Span) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>impl<T> Future for Instrumented<T>where
T: Future, type Output = <T as Future>::Output;
T: Future, type Output = <T as Future>::Output;
sourcefn in_current_span(self) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>impl<T> Future for Instrumented<T>where
T: Future, type Output = <T as Future>::Output;
fn in_current_span(self) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>impl<T> Future for Instrumented<T>where
T: Future, type Output = <T as Future>::Output;
T: Future, type Output = <T as Future>::Output;
impl<V, T> VZip<V> for Twhere
V: MultiLane<T>,
impl<V, T> VZip<V> for Twhere
V: MultiLane<T>,
fn vzip(self) -> V
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>ⓘNotable traits for WithDispatch<T>impl<T> Future for WithDispatch<T>where
T: Future, type Output = <T as Future>::Output;where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>ⓘNotable traits for WithDispatch<T>impl<T> Future for WithDispatch<T>where
T: Future, type Output = <T as Future>::Output;where
S: Into<Dispatch>,
T: Future, type Output = <T as Future>::Output;
sourcefn with_current_subscriber(self) -> WithDispatch<Self>ⓘNotable traits for WithDispatch<T>impl<T> Future for WithDispatch<T>where
T: Future, type Output = <T as Future>::Output;
fn with_current_subscriber(self) -> WithDispatch<Self>ⓘNotable traits for WithDispatch<T>impl<T> Future for WithDispatch<T>where
T: Future, type Output = <T as Future>::Output;
T: Future, type Output = <T as Future>::Output;