HAR::Log
Inherits JSON::Serializable < Reference < Object
This object represents the root of exported data.
There is one Page object for every exported web page and one Entry object
for every HTTP request. In case when an HTTP trace tool isn't able to group
requests by a page, the Log#pages array is empty and individual requests
doesn't have a parent page.
Constructors
Instance methods
This object represents an array with all exported (tracked) HTTP requests.
Sorting entries by Entry#started_date_time (starting from the oldest) is preferred
way how to export data since it can make importing faster.
However the reader application should always make sure the array is sorted
(if required for the import).
This object represents an array with all exported (tracked) HTTP requests.
Sorting entries by Entry#started_date_time (starting from the oldest) is preferred
way how to export data since it can make importing faster.
However the reader application should always make sure the array is sorted
(if required for the import).
List of all exported (tracked) pages. Leave out this field if the application does not support grouping by pages.
List of all exported (tracked) pages. Leave out this field if the application does not support grouping by pages.