API Docs for:
Show:

request Class

Module: API

Gives access to information about the current request. Accessed via the global variable 'request'.

Item Index

Properties

cookies

Object Object whose fields are the cookies in the request.

Provides access to the cookies in the request.

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.