class Grip::Parsers::ParameterBox
  
  - Grip::Parsers::ParameterBox
- Reference
- Object
Overview
Parses the request contents including query_params and body and converts them into a params hash which you can use within the environment context.
Defined in:
grip/parsers/parameter_box.crConstant Summary
- 
        APPLICATION_JSON = "application/json"
- 
        MULTIPART_FORM = "multipart/form-data"
- 
        PARTS = ["url", "query", "body", "json", "file"] of ::String
- 
        URL_ENCODED_FORM = "application/x-www-form-urlencoded"