class HAR::Browser

Overview

Creator and Browser objects share the same structure.

Included Modules

Defined in:

har/browser.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(name : String = "Crystal HAR", version : String = HAR::VERSION, comment : Nil | String = nil) #

[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 the application/browser used to export the log.


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

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


[View source]
def version : String #

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


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

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


[View source]