class

HAR::CacheRequest

Inherits JSON::Serializable < Reference < Object

Constructors

new(expires : Bool | String | Nil = nil, last_access : Nil | String = nil, etag : Nil | String = nil, hit_count : Int32 | Nil = nil, comment : Nil | String = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

comment

A comment provided by the user or the application.

Source
comment=(comment : String | Nil)

A comment provided by the user or the application.

Source
etag

Etag

Source
etag=(etag : String | Nil)

Etag

Source
expires

Expiration time of the cache entry.

Source
expires=(expires : String | Bool | Nil)

Expiration time of the cache entry.

Source
hit_count

The number of times the cache entry has been opened.

Source
hit_count=(hit_count : Int32 | Nil)

The number of times the cache entry has been opened.

Source
last_access

The last time the cache entry was opened.

Source
last_access=(last_access : String | Nil)

The last time the cache entry was opened.

Source