Expand description
Integration of Http Signature Normalization with the HTTP crate
This provides a thin wrapper around transforming HTTP’s HeaderMap
, PathAndQuery
, and
Method
types into BTreeMaps and Strings for signing and verifying requests
Modules§
- create
- Types used for signing a request
- prelude
- Export useful types signing and verifying requests
- verify
- Export types used for signature verification
Structs§
- Config
- Thinly wrap Http Signature Normalization’s config type
Enums§
- Prepare
Sign Error - Errors produced when preparing to sign an Http Signature
- Prepare
Verify Error - Errors produced when preparing to verify an Http Signature