Struct tower_http_digest::Signer [−][src]
Expand description
Service to generate the digest header for an HTTP request
Implementations
Trait Implementations
Returns Poll::Ready(Ok(())) when the service is able to process requests. Read more
Auto Trait Implementations
impl<S> !RefUnwindSafe for Signer<S>
impl<S> !UnwindSafe for Signer<S>
Blanket Implementations
Mutably borrows from an owned value. 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
