handy-httpd ~master (2022-05-09T20:17:36.0523785)
Dub
Repo
HttpServer.this
handy_httpd
server
HttpServer
Undocumented in source.
class
HttpServer
this
(
HttpRequestHandler
handler
=
noOpHandler
()
,
string
hostname
= "127.0.0.1"
,
ushort
port
= 8080
,
size_t
receiveBufferSize
= 8192
,
int
connectionQueueSize
= 100
,
bool
verbose
= false
,
size_t
workerPoolSize
= 25
)
Meta
Source
See Implementation
handy_httpd
server
HttpServer
constructors
this
functions
configurePreBind
isReady
isVerbose
setVerbose
start
stop