Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.Network.SignedExchangeHeader
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
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-".