- request
IHttpRequest request [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- response
IHttpResponse response [@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.
- mapMandatoryAction
void mapMandatoryAction(string method, ControllerAction action)
Undocumented in source. Be warned that the author may not have intended to support it.
- mapDefaultAction
void mapDefaultAction(string method, ControllerAction action)
Undocumented in source. Be warned that the author may not have intended to support it.
- mapRoutedAction
void mapRoutedAction(string method, string name, ControllerAction action)
Undocumented in source. Be warned that the author may not have intended to support it.
- json
Status json(T o, bool pretty)
Undocumented in source. Be warned that the author may not have intended to support it.
- jsonString
Status jsonString(string jsonString)
Undocumented in source. Be warned that the author may not have intended to support it.
- handle
Status handle()
Undocumented in source. Be warned that the author may not have intended to support it.