chrome-devtools-frontend
Version:
Chrome DevTools UI
16 lines (12 loc) • 678 B
Markdown
# A `signature` header member's value is parameterized.
Responses' [`signature`](signatureHeader) header should be formatted as a
[Dictionary](sfDictionary) containing one or more signatures. Each member's key
is a label for the signature which maps it to the relevant metadata defined in a
[`signature-input`](signatureInputHeader) header. Each member's value is a
[Byte Sequence](sfByteSequence) containing the signature itself, with no
additional parameters specified.
For example, the following header contains a single Ed25519 signature labeled
"label":
```
Signature: label=:gHim9e5Pk2H7c9BStOmxSmkyc8+ioZgoxynu3d4INAT4dwfj5LhvaV9DFnEQ9p7C0hzW4o4Qpkm5aApd6WLLCw==:
```