class HAR::Header
 
  - HAR::Header
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
har/header.crConstructors
Instance Method Summary
- 
        #comment : String | Nil
        
          A comment provided by the user or the application. 
- 
        #comment=(comment : String | Nil)
        
          A comment provided by the user or the application. 
- 
        #name : String
        
          Name of a header. 
- 
        #name=(name : String)
        
          Name of a header. 
- 
        #value : String
        
          Value of a header. 
- 
        #value=(value : String)
        
          Value of a header.