struct Protocol::Page::GetResourceContent

Overview

Returns content of the given resource.

Included Modules

Defined in:

protocol/page.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def base64_encoded : Bool #

True, if content was served as base64.


[View source]
def content : String #

Resource content.


[View source]