class

Amber::Router::Params

Inherits Reference < Object

Constants

APPLICATION_JSON = "application/json"
MULTIPART_FORM = "multipart/form-data"
TYPE_EXT_REGEX = Amber::Support::MimeTypes::TYPE_EXT_REGEX
URL_ENCODED_FORM = "application/x-www-form-urlencoded"

Constructors

new(request : HTTP::Request)
Source

Instance methods

[](key : Types::Key) : String
Source
[]=(key : Types::Key, value)
Source
[]?(key : Types::Key)
Source
fetch_all(key : Types::Key) : Array
Source
files
Source
has_key?(key : Types::Key) : Bool
Source
json(key : Types::Key)
Source
override_method?(key : Types::Key)
Source
to_h
Source