class

Alfodr::Router::Params

Inherits Reference < Object

Constants

APPLICATION_JSON = "application/json"
MULTIPART_FORM = "multipart/form-data"
TYPE_EXT_REGEX = Alfodr::Support::MimeTypes::TYPE_EXT_REGEX

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)
Source
json(key : Types::Key)
Source
override_method?(key : Types::Key)
Source
to_h
Source