HttpServer

Undocumented in source.

Constructors

this
this(string host, ushort port)
Undocumented in source.

Members

Functions

get
void get(string path, void function(Request, Response) cb)
Undocumented in source. Be warned that the author may not have intended to support it.
listen
void listen()
Undocumented in source. Be warned that the author may not have intended to support it.
notfound
void notfound(void function(Request, Response) cb)
Undocumented in source. Be warned that the author may not have intended to support it.
post
void post(string path, void function(Request, Response) cb)
Undocumented in source. Be warned that the author may not have intended to support it.
setViewEngine
void setViewEngine(ViewEngine newve)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

view_engine
ViewEngine view_engine;
Undocumented in source.

Meta