VibedHttpRequest

Undocumented in source.

Members

Functions

getCookie
string getCookie(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
getForm
string getForm(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
getHeader
string getHeader(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
getQuery
string getQuery(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
hasCookie
bool hasCookie(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
hasForm
bool hasForm(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
hasHeader
bool hasHeader(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
hasQuery
bool hasQuery(string key)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

contentType
string contentType [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
files
FileUpload[] files [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
host
string host [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ipAddress
string ipAddress [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
method
string method [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
path
string[] path [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
server
IServer server [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
textBody
string textBody [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IHttpRequest

path
string[] path [@property getter]
Undocumented in source.
files
FileUpload[] files [@property getter]
Undocumented in source.
contentType
string contentType [@property getter]
Undocumented in source.
ipAddress
string ipAddress [@property getter]
Undocumented in source.
textBody
string textBody [@property getter]
Undocumented in source.
method
string method [@property getter]
Undocumented in source.
host
string host [@property getter]
Undocumented in source.
server
IServer server [@property getter]
Undocumented in source.
getHeader
string getHeader(string key)
Undocumented in source.
hasHeader
bool hasHeader(string key)
Undocumented in source.
getQuery
string getQuery(string key)
Undocumented in source.
hasQuery
bool hasQuery(string key)
Undocumented in source.
getForm
string getForm(string key)
Undocumented in source.
hasForm
bool hasForm(string key)
Undocumented in source.
getCookie
string getCookie(string key)
Undocumented in source.
hasCookie
bool hasCookie(string key)
Undocumented in source.

Meta