Params after the question mark of the URL.
Params after the question mark of the URL. Ex: /search?q=xitrum
Applications may override this method to convert to more types.
Applications may override this method to convert to more types.
Params embedded in the path.
Params embedded in the path. Ex: /articles/:id
Params after the question mark of the URL.
Params after the question mark of the URL. Ex: /search?q=xitrum
Ex: val json = requestContentJson[Map[String, String]]
The merge of all text params (queryParams, bodyParams, and pathParams), as contrast to file upload (bodyFileParams).
The merge of queryParams and pathParams, things that appear in the request URL.
All core state variables for a request are here. All other variables in Helper and Controller can be inferred from these variables.