class HAR::CacheRequest
- HAR::CacheRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
har/json_mapping.crConstructors
- .new(last_access : Nil | String, etag : Bool | String | Nil, hit_count : Int32 | Nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #comment : String | Nil
- #comment=(comment : String | Nil)
- #etag : String | Bool | Nil
- #etag=(etag : String | Bool | Nil)
- #expires : String | Bool | Nil
- #expires=(expires : String | Bool | Nil)
- #hit_count : Int32 | Nil
- #hit_count=(hit_count : Int32 | Nil)
- #last_access : String | Nil
- #last_access=(last_access : String | Nil)
Constructor Detail
def self.new(last_access : Nil | String, etag : Bool | String | Nil, hit_count : Int32 | Nil)
#