class HAR::Cookie

Included Modules

Defined in:

har/json_mapping.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, value : String) #

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

[View source]

Instance Method Detail

def comment : String | Nil #

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

[View source]
def domain : String | Nil #

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

[View source]
def expires : String | Hash(String, String) | Nil #

[View source]
def expires=(expires : String | Hash(String, String) | Nil) #

[View source]
def http_only : Bool | Nil #

[View source]
def http_only=(http_only : Bool | Nil) #

[View source]
def name : String #

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

[View source]
def path : String | Nil #

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

[View source]
def secure : Bool | Nil #

[View source]
def secure=(secure : Bool | Nil) #

[View source]
def value : String #

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

[View source]