WebSettings

The abstract wrapper for web settings.

Constructors

this
this()

Creates a new instance of the web settings.

Members

Functions

onAfterRequest
void onAfterRequest(HttpClient client)
Undocumented in source.
onApplicationStart
void onApplicationStart()

Function invoked when the application starts.

onBeforeRequest
bool onBeforeRequest(HttpClient client)
Undocumented in source.
onHttpError
void onHttpError(Throwable thrownError, HTTPServerRequest request, HTTPServerResponse response, HTTPServerErrorInfo error)
Undocumented in source.
onNotFound
void onNotFound(HTTPServerRequest request, HTTPServerResponse response)
Undocumented in source.
onStaticFile
void onStaticFile(HttpClient client)
Undocumented in source.

Meta