Skip to content

Params

class Azu::Params(Request)
inherits Reference

Constants

APPLICATION_JSON = "application/json"

CONTENT_TYPE = "Content-Type"

MULTIPART_FORM = "multipart/form-data"

URL_ENCODED_FORM = "application/x-www-form-urlencoded"

Class methods

.new(request : HTTP::Request)

View source

Methods

#[](key)

View source

#[]?(key)

View source

#each

View source

#fetch_all(key)

View source

#files

View source

#form : HTTP::Params

View source

#json : String?

View source

#path : Hash(String, String)

View source

#query : HTTP::Params

View source

#request : Request?

View source

#to_h

View source