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
Types used for signing a request
Export useful types signing and verifying requests
Export types used for signature verification
Structs
Thinly wrap Http Signature Normalization’s config type
Enums
Errors produced when preparing to sign an Http Signature
Errors produced when preparing to verify an Http Signature