Response Received Extra Info Event
data class ResponseReceivedExtraInfoEvent(requestId: RequestId, blockedCookies: List<BlockedSetCookieWithReason>, headers: Headers, resourceIPAddressSpace: IPAddressSpace, headersText: String?) : Event
Content copied to clipboard
Fired when additional information about a responseReceived event is available from the network stack. Not every responseReceived event will have an additional responseReceivedExtraInfo for it, and responseReceivedExtraInfo may be fired before or after responseReceived.
Constructors
ResponseReceivedExtraInfoEvent
Link copied to clipboard
fun ResponseReceivedExtraInfoEvent(requestId: RequestId, blockedCookies: List<BlockedSetCookieWithReason>, headers: Headers, resourceIPAddressSpace: IPAddressSpace, headersText: String? = null)
Content copied to clipboard
Functions
Properties
blockedCookies
Link copied to clipboard
headersText
Link copied to clipboard
resourceIPAddressSpace
Link copied to clipboard
Sources
jvm source
Link copied to clipboard