HAR::Entry
Inherits JSON::Serializable < Reference < Object
Constructors
Instance methods
Unique ID of the parent TCP/IP connection, can be the client or server port number. Note that a port number doesn't have to be unique identifier in cases where the port is shared for more connections. If the port isn't available for the application, any other unique connection ID can be used instead (e.g. connection index).
Unique ID of the parent TCP/IP connection, can be the client or server port number. Note that a port number doesn't have to be unique identifier in cases where the port is shared for more connections. If the port isn't available for the application, any other unique connection ID can be used instead (e.g. connection index).
Reference to the parent page. Leave out this field if the application does not support grouping by pages.
Reference to the parent page. Leave out this field if the application does not support grouping by pages.
IP address of the server that was connected (result of DNS resolution).
Date and time stamp of the request start (ISO 8601 - YYYY-MM-DDThh:mm:ss.sTZD).
Date and time stamp of the request start (ISO 8601 - YYYY-MM-DDThh:mm:ss.sTZD).
Total elapsed time of the request in milliseconds. This is the sum of all
timings available in the timings object (i.e. not including -1 values) .
Total elapsed time of the request in milliseconds. This is the sum of all
timings available in the timings object (i.e. not including -1 values) .