Skip to main content
Module

x/astral/bindings/celestial.ts>Network_Response

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias Network_Response
import { type Network_Response } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

HTTP response data.

definition: { url: string; status: number; statusText: string; headers: Network_Headers; headersText?: string; mimeType: string; requestHeaders?: Network_Headers; requestHeadersText?: string; connectionReused: boolean; connectionId: number; remoteIPAddress?: string; remotePort?: number; fromDiskCache?: boolean; fromServiceWorker?: boolean; fromPrefetchCache?: boolean; encodedDataLength: number; timing?: Network_ResourceTiming; serviceWorkerResponseSource?: Network_ServiceWorkerResponseSource; responseTime?: Network_TimeSinceEpoch; cacheStorageCacheName?: string; protocol?: string; alternateProtocolUsage?: Network_AlternateProtocolUsage; securityState: Security_SecurityState; securityDetails?: Network_SecurityDetails; }