class Azu::Params(Request)

Defined in:

azu/params.cr

Constant Summary

APPLICATION_JSON = "application/json"
CONTENT_TYPE = "Content-Type"
MULTIPART_FORM = "multipart/form-data"
URL_ENCODED_FORM = "application/x-www-form-urlencoded"

Constructors

Instance Method Summary

Constructor Detail

def self.new(request : HTTP::Request) #

[View source]

Instance Method Detail

def [](key) #

[View source]
def []?(key) #

[View source]
def each(&) #

[View source]
def fetch_all(key) #

[View source]
def files #

[View source]
def form : HTTP::Params #

[View source]
def json : String | Nil #

[View source]
def path : Hash(String, String) #

[View source]
def query : HTTP::Params #

[View source]
def to_h #

[View source]
def to_query #

[View source]