Module http_signature_normalization_actix::digest

source ·
Expand description

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§

  • Types for setting up Digest middleware verification
  • Types for creating digests with the ring cryptography library

Structs§

  • An intermediate type between setting the Digest and Signature or Authorization headers, and actually sending the request
  • A parsed digest from the request

Traits§

  • A trait for creating digests of an array of bytes
  • Giving names to Digest implementations
  • A trait for verifying digests
  • Extend the Sign trait with support for adding Digest Headers to the request