struct Protocol::Network::CachedResource
- Protocol::Network::CachedResource
- Struct
- Value
- Object
Overview
Information about the cached resource.
Included Modules
- JSON::Serializable
Defined in:
protocol/network.crConstructors
Instance Method Summary
-
#body_size : Number::Primitive
Cached response body size.
-
#response : Response | Nil
Cached response data.
-
#type : ResourceType
Type of this resource.
-
#url : String
Resource URL.