HttpContext

Undocumented in source.

Constructors

this
this(HTTPServerRequest req, HTTPServerResponse res)
Undocumented in source.

Members

Variables

request
HTTPServerRequest request;
Undocumented in source.
response
HTTPServerResponse response;
Undocumented in source.

Inherited Members

From Context

userdata
Variant[string] userdata;
Undocumented in source.
get
T get(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(string key, T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta