IHttpRequest

Undocumented in source.

Members

Functions

getCookie
string getCookie(string key)
Undocumented in source.
getForm
string getForm(string key)
Undocumented in source.
getHeader
string getHeader(string key)
Undocumented in source.
getQuery
string getQuery(string key)
Undocumented in source.
hasCookie
bool hasCookie(string key)
Undocumented in source.
hasForm
bool hasForm(string key)
Undocumented in source.
hasHeader
bool hasHeader(string key)
Undocumented in source.
hasQuery
bool hasQuery(string key)
Undocumented in source.

Properties

contentType
string contentType [@property getter]
Undocumented in source.
files
FileUpload[] files [@property getter]
Undocumented in source.
host
string host [@property getter]
Undocumented in source.
ipAddress
string ipAddress [@property getter]
Undocumented in source.
method
string method [@property getter]
Undocumented in source.
path
string[] path [@property getter]
Undocumented in source.
server
IServer server [@property getter]
Undocumented in source.
textBody
string textBody [@property getter]
Undocumented in source.

Meta