class HAR::CacheRequest

Included Modules

Defined in:

har/json_mapping.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

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

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

[View source]
def expires=(expires : String | Nil | 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]