struct Protocol::Network::SubresourceWebBundleInnerResponseParsed

Overview

Fired when handling requests for resources within a .wbn file. Note: this will only be fired for resources that are requested by the webpage.

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 bundle_request_id : RequestId | Nil #

Bundle request identifier. Used to match this information to another event. This made be absent in case when the instrumentation was enabled only after webbundle was parsed.


[View source]
def inner_request_id : RequestId #

Request identifier of the subresource request


[View source]
def inner_request_url : String #

URL of the subresource resource.


[View source]