import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { Response } = Protocol.Network;
HTTP response data.
Properties
status: integer
HTTP response status code.
headers: Headers
HTTP response headers.
optional
requestHeaders: HeadersRefined HTTP request headers that were actually transmitted over the network.
Specifies whether physical connection was actually reused for this request.
optional
remotePort: integerRemote port.
optional
timing: ResourceTimingTiming information for the given request.
optional
serviceWorkerResponseSource: ServiceWorkerResponseSourceResponse source of response from ServiceWorker.
optional
responseTime: TimeSinceEpochThe time at which the returned response was generated.
securityState: Security.SecurityState
Security state of the request resource.
optional
securityDetails: SecurityDetailsSecurity details for the request.