class Amber::Router::Params
- Amber::Router::Params
 - Reference
 - Object
 
Defined in:
amber/router/params.crConstant Summary
- 
        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
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) : Bool
 - #json(key : Types::Key)
 - #override_method?(key : Types::Key)
 - #to_h : Types::Params