Documentation
Dlang.org
HttpServer.setExceptionHandler
handy_httpd
server
HttpServer
Sets the server's exception handler.
class
HttpServer
void
setExceptionHandler
(
ServerExceptionHandler
exceptionHandler
)
Parameters
exceptionHandler
ServerExceptionHandler
The exception handler to use.
handy_httpd
server
HttpServer
constructors
this
functions
getExceptionHandler
getHandler
getWebSocketManager
isReady
reviveWebSocketManager
setExceptionHandler
start
startInNewThread
stop
variables
config
Sets the server's exception handler.