HAR::Cache
Inherits JSON::Serializable < Reference < Object
This objects contains info about a request coming from browser cache.
Constructors
new(pull : JSON::PullParser)
Sourcenew(before_request : Nil | HAR::CacheRequest = nil, after_request : Nil | HAR::CacheRequest = nil, comment : Nil | String = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
before_request=(before_request : CacheRequest | Nil)
State of a cache entry before the request.