struct Protocol::CacheStorage::CachedResponse

Overview

Cached response

Included Modules

Defined in:

protocol/cache_storage.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def body : String #

Entry content, base64-encoded. (Encoded as a base64 string when passed over JSON)


[View source]