class HAR::CacheRequest

Included Modules

Defined in:

har/json_mapping.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(last_access : Nil | String, etag : Bool | String | Nil, hit_count : Int32 | Nil) #

[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 etag : String | Bool | Nil #

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

[View source]
def expires : String | Bool | Nil #

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

[View source]
def hit_count : Int32 | Nil #

[View source]
def hit_count=(hit_count : Int32 | Nil) #

[View source]
def last_access : String | Nil #

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

[View source]