class HAR::Cookie
- HAR::Cookie
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
har/json_mapping.crConstructors
Instance Method Summary
- #comment : String | Nil
- #comment=(comment : String | Nil)
- #domain : String | Nil
- #domain=(domain : String | Nil)
- #expires : String | Hash(String, String) | Nil
- #expires=(expires : String | Hash(String, String) | Nil)
- #http_only : Bool | Nil
- #http_only=(http_only : Bool | Nil)
- #name : String
- #name=(name : String)
- #path : String | Nil
- #path=(path : String | Nil)
- #secure : Bool | Nil
- #secure=(secure : Bool | Nil)
- #value : String
- #value=(value : String)