class Silver::HttpRequest

Overview

Some request.

Defined in:

http.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(method : String, path : 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 method_enum : Method #

[View source]
def path : String #

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

[View source]