struct Protocol::Network::RequestWillBeSentExtraInfo
- Protocol::Network::RequestWillBeSentExtraInfo
- Struct
- Value
- Object
Overview
Fired when additional information about a requestWillBeSent event is available from the network stack. Not every requestWillBeSent event will have an additional requestWillBeSentExtraInfo fired for it, and there is no guarantee whether requestWillBeSent or requestWillBeSentExtraInfo will be fired first for the same request.
Included Modules
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/network.crConstructors
Instance Method Summary
-
#associated_cookies : Array(BlockedCookieWithReason)
A list of cookies potentially associated to the requested URL.
-
#client_security_state : ClientSecurityState | Nil
The client security state set for the request.
-
#connect_timing : ConnectTiming
Connection timing information for the request.
-
#headers : Headers
Raw request headers as they will be sent over the wire.
-
#request_id : RequestId
Request identifier.
Constructor Detail
Instance Method Detail
A list of cookies potentially associated to the requested URL. This includes both cookies sent with the request and the ones not sent; the latter are distinguished by having blockedReason field set.
The client security state set for the request.
Request identifier. Used to match this information to an existing requestWillBeSent event.