class

Azu::Params(Request)

Inherits Reference < Object

Constants

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

Constructors

new(request : HTTP::Request)
Source

Instance methods

[](key)
Source
[]?(key)
Source
each
Source
fetch_all(key)
Source
files
Source
form
Source
json
Source
path
Source
query
Source
to_h
Source
to_query
Source

Nested types