Q.Request Class
Methods
method
(
String
-
req
Use this to determine what method to treat the request as.
Parameters:
-
reqhttp.Request
Returns:
String:
Returns an uppercase string such as "GET", "POST", "PUT", "DELETE" See Request methods
slotNames
(
Array
-
req -
[returnDefaults=false]
The names of slots that were requested, if any
Parameters:
-
reqhttp.Request -
[returnDefaults=false]Boolean optionalset to true, returns the array of slot names set in config field named Q/response/$app/slotNames in the event that slotNames was not specified at all in the request.