Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface Protocol.Network.SignedExchangeHeader
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { SignedExchangeHeader } = Protocol.Network;

Properties

requestUrl: string

Signed exchange request URL.

responseCode: integer

Signed exchange response code.

responseHeaders: Headers

Signed exchange response headers.

Signed exchange response signature.

headerIntegrity: string

Signed exchange header integrity hash in the form of "sha256-".