pub struct DigestClient<V> { /* private fields */ }Expand description
An intermediate type between setting the Digest and Signature or Authorization headers, and actually sending the request
This exists so that the return type for the SignExt trait can be named
Implementations
Send the request
This is analogous to ClientRequest::send_body and uses the body provided when producing
the digest
Split the parts of the request
In case the caller needs to interrogate the ClientRequest before sending
Auto Trait Implementations
impl<V> !RefUnwindSafe for DigestClient<V>
impl<V> !Send for DigestClient<V>
impl<V> !Sync for DigestClient<V>
impl<V> Unpin for DigestClient<V> where
V: Unpin,
impl<V> !UnwindSafe for DigestClient<V>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V
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
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