struct Protocol::Network::ResponseReceived

Overview

Fired when HTTP response is available.

Included Modules

Defined in:

protocol/network.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def frame_id : Page::FrameId | Nil #

Frame identifier.


[View source]
def has_extra_info : Bool #

Indicates whether requestWillBeSentExtraInfo and responseReceivedExtraInfo events will be or were emitted for this request.


[View source]
def loader_id : LoaderId #

Loader identifier. Empty string if the request is fetched from worker.


[View source]
def request_id : RequestId #

Request identifier.


[View source]
def response : Response #

Response data.


[View source]
def timestamp : MonotonicTime #

Timestamp.


[View source]
def type : ResourceType #

Resource type.


[View source]