struct
Google::Apis::Core::BatchRequest::Entry
- Google::Apis::Core::BatchRequest::Entry
- Struct
- Value
- Object
Defined in:
google/apis/core/batch_request.crConstructors
Instance Method Summary
- #body : String | Nil
- #callback : Proc(HTTP::Client::Response, Nil) | Nil
- #headers : Hash(String, String)
- #method : String
- #path : String
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)
#