import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { ContinueRequestRequest } = Protocol.Fetch;
Properties
requestId: RequestId
An id the client received in requestPaused event.
If set, overrides the post data in the request. (Encoded as a base64 string when passed over JSON)
optional
headers: HeaderEntry[]If set, overrides the request headers.