class

HAR::Browser

Inherits JSON::Serializable < Reference < Object

Creator and Browser objects share the same structure.

Constructors

new(name : String = "Crystal HAR", version : String = HAR::VERSION, comment : Nil | String = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

comment

A comment provided by the user or the application.

Source
comment=(comment : String | Nil)

A comment provided by the user or the application.

Source
name

Name of the application/browser used to export the log.

Source
name=(name : String)

Name of the application/browser used to export the log.

Source
version

Version of the application/browser used to export the log.

Source
version=(version : String)

Version of the application/browser used to export the log.

Source