struct Protocol::Network::GetResponseBody

Overview

Returns content served for the given request.

Included Modules

Defined in:

protocol/network.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 sent as base64.


[View source]
def body : String #

Response body.


[View source]