[][src]Module http_signature_normalization_actix::digest

Types and Traits for creating and verifying Digest headers

Digest headers are commonly used in conjunction with HTTP Signatures to verify the whole request when request bodies are present

Modules

middleware

Types for setting up Digest middleware verification

Structs

DigestClient

An intermediate type between setting the Digest and Signature or Authorization headers, and actually sending the request

DigestPart

A parsed digest from the request

Traits

DigestCreate

A trait for creating digests of an array of bytes

DigestVerify

A trait for verifying digests

SignExt

Extend the Sign trait with support for adding Digest Headers to the request