struct Treqs::Req

Defined in:

treqs.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def body : String | Nil #

def clone #

[View source]
def copy_with(url _url = @url, method _method = @method, body _body = @body) #

[View source]
def method : String #

def url : String #