class HAR::CacheRequest

Included Modules

Defined in:

har/cache_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(expires : Bool | String | Nil = nil, last_access : Nil | String = nil, etag : Nil | String = nil, hit_count : Int32 | Nil = nil, comment : Nil | String = nil) #

[View source]

Instance Method Detail

def comment : String | Nil #

A comment provided by the user or the application.


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

A comment provided by the user or the application.


[View source]
def etag : String | Nil #

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

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

Expiration time of the cache entry.


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

Expiration time of the cache entry.


[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]