request Class
Gives access to information about the current request. Accessed via the global variable 'request'.
Properties
form
Object Object whose fields are the form-arguments of the request.
Provides access to the form-arguments of the request.
headers
Object Object whose fields are the headers of the request.
Provides access to the headers of the request.
query
Object Object whose fields are the query-arguments of the request.
Provides access to the query-arguments of the request.
scriptPath
String
Returns the path of the currently executing script.
uri
String
Returns the requested URI.