import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { Response } = default.Network;
HTTP response data.
Properties
headers: Headers
HTTP response headers.
HTTP response headers text. This has been replaced by the headers in Network.responseReceivedExtraInfo.
optional
requestHeaders: HeadersRefined HTTP request headers that were actually transmitted over the network.
HTTP request headers text. This has been replaced by the headers in Network.requestWillBeSentExtraInfo.
Specifies whether physical connection was actually reused for this request.
Response source of response from ServiceWorker.