puppeteer/new-docs/puppeteer.protocol.network.signedexchangeheader.md
2020-07-13 14:01:35 +01:00

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.