struct Protocol::Network::GetRequestPostData

Overview

Returns post data sent with the request. Returns an error when no data was sent with the 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 post_data : String #

Request body string, omitting files from multipart requests


[View source]