- 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.