Node

Undocumented in source.

Constructors

this
this(string address, ushort port, int pid)
Undocumented in source.

Members

Functions

handleRequest
void handleRequest(HTTPServerRequest req, HTTPServerResponse res)
Undocumented in source. Be warned that the author may not have intended to support it.
kill
void kill()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

active
bool active;
Undocumented in source.
address
string address;
Undocumented in source.
pendingRequests
int pendingRequests;
Undocumented in source.
pid
int pid;
Undocumented in source.
port
ushort port;
Undocumented in source.
requestHandler
HTTPServerRequestDelegate requestHandler;
Undocumented in source.

Meta