class HAR::Header

Included Modules

Defined in:

har/header.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, value : String, comment : Nil | String = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def comment : String | Nil #

A comment provided by the user or the application.


[View source]
def comment=(comment : String | Nil) #

A comment provided by the user or the application.


[View source]
def name : String #

Name of a header.


[View source]
def name=(name : String) #

Name of a header.


[View source]
def value : String #

Value of a header.


[View source]
def value=(value : String) #

Value of a header.


[View source]