Response

fun 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)

Sources

jvm source
Link copied to clipboard