Expand description
Defines a configurable RequestSigner that signs Http
RestRequest using API specific logic.
Modules§
- encoder
- Implementations for encoding signatures generated by a
RequestSigner.
Structs§
- Request
Signer - Generically signs Http
RestRequests utilising API specificSignerlogic, a hashableMac, and a signatureEncoder.
Traits§
- Signer
- API specific signing logic used by a
RequestSigner.