vibrant.helper

Undocumented in source.

Members

Aliases

ExceptionCallback
alias ExceptionCallback = void delegate(Throwable, HTTPServerRequest, HTTPServerResponse)

Response callback for catching exceptions.

VoidCallback
alias VoidCallback = void delegate(HTTPServerRequest, HTTPServerResponse)

Response callback with no return value.

Functions

stripPrefix
string stripPrefix(Str str)
Undocumented in source. Be warned that the author may not have intended to support it.
stripSuffix
string stripSuffix(Str str)
Undocumented in source. Be warned that the author may not have intended to support it.
toSnakeCase
string toSnakeCase(Str str)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta