struct Protocol::Network::ResponseReceived
- Protocol::Network::ResponseReceived
- Struct
- Value
- Object
Overview
Fired when HTTP response is available.
Included Modules
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/network.crConstructors
Instance Method Summary
-
#frame_id : Page::FrameId | Nil
Frame identifier.
-
#has_extra_info : Bool
Indicates whether requestWillBeSentExtraInfo and responseReceivedExtraInfo events will be or were emitted for this request.
-
#loader_id : LoaderId
Loader identifier.
-
#request_id : RequestId
Request identifier.
-
#response : Response
Response data.
-
#timestamp : MonotonicTime
Timestamp.
-
#type : ResourceType
Resource type.
Constructor Detail
Instance Method Detail
def has_extra_info : Bool
#
Indicates whether requestWillBeSentExtraInfo and responseReceivedExtraInfo events will be or were emitted for this request.
Loader identifier. Empty string if the request is fetched from worker.