package
Version:
v0.0.0-...-8a511f5
Opens a new window with list of versions in this module.
Published: Jan 8, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package httpsig implements HTTP signatures.
Sign adds a signature to an outgoing HTTP request.
Key is used to sign outgoing HTTP requests or verify incoming HTTP requests.
type Signature struct {
KeyID string
}
Extract extracts signature attributes, validates them and returns a Signature.
Caller should obtain the key and pass it to Signature.Verify.
Verify verifies a signature.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.