Documentation
Dlang.org
ServerConfig.ServerShutdownFunction
handy_httpd
components
config
ServerConfig
An alias for a delegate function that is called after the server has stopped.
struct
ServerConfig
alias
ServerShutdownFunction
=
void
delegate
(
HttpServer
server
)
handy_httpd
components
config
ServerConfig
aliases
ServerShutdownFunction
SocketConfigureFunction
variables
connectionQueueSize
defaultHeaders
enableWebSockets
hostname
port
postShutdownCallbacks
preBindCallbacks
receiveBufferSize
requestQueueSize
reuseAddress
workerPoolManagerIntervalMs
workerPoolSize
An alias for a delegate function that is called after the server has stopped.