Struct tower_http_digest::VerifierLayer [−][src]
pub struct VerifierLayer { /* fields omitted */ }
Expand description
Tower layer for verifying the HTTP digest header
Implementations
Create a new verifier layer with a custom buffer size
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VerifierLayer
impl Send for VerifierLayer
impl Sync for VerifierLayer
impl Unpin for VerifierLayer
impl UnwindSafe for VerifierLayer
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