class Request

Defined in:

facebook/request.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(path : String, method : String, params = {} of String => String) #

[View source]

Class Method Detail

def self.config(&block) #

[View source]
def self.default_params=(val) #

[View source]
def self.default_url=(url) #

[View source]

Instance Method Detail

def body : String #

[View source]
def body=(body) #

[View source]