WebSocketWillSendHandshakeRequest

@Serializable
data class WebSocketWillSendHandshakeRequest(val requestId: RequestId, val timestamp: MonotonicTime, val wallTime: TimeSinceEpoch, val request: WebSocketRequest) : NetworkEvent(source)

Fired when WebSocket is about to initiate handshake.

Official doc

Constructors

Link copied to clipboard
constructor(requestId: RequestId, timestamp: MonotonicTime, wallTime: TimeSinceEpoch, request: WebSocketRequest)

Properties

Link copied to clipboard

WebSocket request data.

Link copied to clipboard

Request identifier.

Link copied to clipboard

Timestamp.

Link copied to clipboard

UTC Timestamp.