chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.network / Response / <init>

<init>

Response(url: String, status: Int, statusText: String, headers: Headers, headersText: String? = null, mimeType: String, requestHeaders: Headers? = null, requestHeadersText: String? = null, connectionReused: Boolean, connectionId: Double, remoteIPAddress: String? = null, remotePort: Int? = null, fromDiskCache: Boolean? = null, fromServiceWorker: Boolean? = null, fromPrefetchCache: Boolean? = null, encodedDataLength: Double, timing: ResourceTiming? = null, serviceWorkerResponseSource: ServiceWorkerResponseSource? = null, responseTime: TimeSinceEpoch? = null, cacheStorageCacheName: String? = null, protocol: String? = null, securityState: SecurityState, securityDetails: SecurityDetails? = null)

HTTP response data.

Official doc