URLRouter.isValidHandler

Undocumented in source.

Members

Aliases

USDel
alias USDel = void delegate(HTTPServerRequest, HTTPServerResponse) @(system)
Undocumented in source.
USDelS
alias USDelS = void delegate(scope HTTPServerRequest, scope HTTPServerResponse) @(system)
Undocumented in source.
USFun
alias USFun = void function(HTTPServerRequest, HTTPServerResponse) @(system)
Undocumented in source.
USFunS
alias USFunS = void function(scope HTTPServerRequest, scope HTTPServerResponse) @(system)
Undocumented in source.

Manifest constants

isValidHandler
enum isValidHandler;
Undocumented in source.
isValidHandler
enum isValidHandler;
Undocumented in source.
isValidHandler
enum isValidHandler;
Undocumented in source.

Meta