ResponseReceivedEarlyHints

@Serializable
data class ResponseReceivedEarlyHints(val requestId: RequestId, val headers: Headers) : NetworkEvent

Fired when 103 Early Hints headers is received in addition to the common response. Not every responseReceived event will have an responseReceivedEarlyHints fired. Only one responseReceivedEarlyHints may be fired for eached responseReceived event.

Official doc

Constructors

Link copied to clipboard
constructor(requestId: RequestId, headers: Headers)

Properties

Link copied to clipboard

Raw response headers as they were received over the wire.

Link copied to clipboard

Request identifier. Used to match this information to another responseReceived event.