class Alfodr::Router::Params
- Alfodr::Router::Params
- Reference
- Object
Defined in:
alfodr/router/params.crConstant Summary
-
APPLICATION_JSON =
"application/json"
-
MULTIPART_FORM =
"multipart/form-data"
-
TYPE_EXT_REGEX =
Alfodr::Support::MimeTypes::TYPE_EXT_REGEX
Constructors
Instance Method Summary
- #[](key : Types::Key) : String
- #[]=(key : Types::Key, value)
- #[]?(key : Types::Key)
- #fetch_all(key : Types::Key) : Array
- #files
- #has_key?(key : Types::Key)
- #json(key : Types::Key)
- #override_method?(key : Types::Key)
- #to_h : Types::Params