class Tiny::ParamParser
- Tiny::ParamParser
- Reference
- Object
Overview
ParamParser parses the request contents including query_params and body and converts them into a params hash which you can within the environment context.
Defined in:
tiny/param_parser.crConstant Summary
-
APPLICATION_JSON =
"application/json"
-
MULTIPART_FORM =
"multipart/form-data"
-
URL_ENCODED_FORM =
"application/x-www-form-urlencoded"