Documentation
Dlang.org
ServerConfig.SocketConfigureFunction
handy_httpd
components
config
ServerConfig
An alias for a delegate function that can be used to modify a socket.
struct
ServerConfig
alias
SocketConfigureFunction
=
void
delegate
(
Socket
socket
)
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 can be used to modify a socket.