ApplicationController

Undocumented in source.
abstract
class ApplicationController : Controller {}

Constructors

this
this()
Undocumented in source.

Inherited Members

From Controller

__anonymous
mixin Singleton
Undocumented in source.
action
Action action [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Request
alias Request = HttpServerRequest
Undocumented in source.
Response
alias Response = HttpServerResponse
Undocumented in source.
Action
alias Action = void delegate(Request, Response)
Undocumented in source.

Meta