Documentation ¶ Index ¶ type Message Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Message ¶ type Message struct { // Input is applied as the Signature-Input header Input sigparams.Params // Signature is applied as the Siganture header. Signature []byte } Message is a HTTP Message Signature as per RFC9421. Source Files ¶ View all Source files signature.go Click to show internal directories. Click to hide internal directories.