import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { SignedExchangeHeader } = Protocol.Network;
Information about a signed exchange header. https://wicg.github.io/webpackage/draft-yasskin-httpbis-origin-signed-exchanges-impl.html#cbor-representation
Properties
responseCode: integer
Signed exchange response code.
responseHeaders: Headers
Signed exchange response headers.
signatures: SignedExchangeSignature[]
Signed exchange response signature.