struct Protocol::CacheStorage::DataEntry
- Protocol::CacheStorage::DataEntry
- Struct
- Value
- Object
Overview
Data entry.
Included Modules
- JSON::Serializable
Defined in:
protocol/cache_storage.crConstructors
Instance Method Summary
-
#request_headers : Array(Header)
Request headers
-
#request_method : String
Request method.
-
#request_url : String
Request URL.
-
#response_headers : Array(Header)
Response headers
-
#response_status : Int::Primitive
HTTP response status code.
-
#response_status_text : String
HTTP response status text.
-
#response_time : Number::Primitive
Number of seconds since epoch.
-
#response_type : CachedResponseType
HTTP response type