class

HAR::Header

Inherits JSON::Serializable < Reference < Object

Constructors

new(name : String, value : String, 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 a header.

Source
name=(name : String)

Name of a header.

Source
value

Value of a header.

Source
value=(value : String)

Value of a header.

Source