struct Google::Apis::Core::BatchRequest::Entry

Defined in:

google/apis/core/batch_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(method : String, path : String, body : Nil | String = nil, headers : Hash(String, String) = {} of String => String, callback : Nil | HTTP::Client::Response -> _ = nil) #

[View source]

Instance Method Detail

def body : String | Nil #

[View source]
def callback : Proc(HTTP::Client::Response, Nil) | Nil #

[View source]
def headers : Hash(String, String) #

[View source]
def method : String #

[View source]
def path : String #

[View source]