mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.5 KiB
1.5 KiB
Home > puppeteer > Protocol > Network > SignedExchangeHeader
Protocol.Network.SignedExchangeHeader interface
Information about a signed exchange header. https://wicg.github.io/webpackage/draft-yasskin-httpbis-origin-signed-exchanges-impl.html#cbor-representation
Signature:
export interface SignedExchangeHeader
Properties
Property | Type | Description |
---|---|---|
headerIntegrity | string | Signed exchange header integrity hash in the form of "sha256-". |
requestUrl | string | Signed exchange request URL. |
responseCode | integer | Signed exchange response code. |
responseHeaders | Headers | Signed exchange response headers. |
signatures | SignedExchangeSignature[] | Signed exchange response signature. |