class Google::Apis::Core::HttpCommand

Direct Known Subclasses

Defined in:

google/apis/core/http_command.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(method : String, url : String, body : String | Nil = nil) #

[View source]

Instance Method Detail

def body : String | Nil #

[View source]
def body=(body : String | Nil) #

[View source]
def method : String #

[View source]
def method=(method : String) #

[View source]
def query : Hash(String, String | Nil) #

[View source]
def query=(query : Hash(String, String | Nil)) #

[View source]
def url : String #

[View source]
def url=(url : String) #

[View source]