arsd-official ~master (2024-10-25T16:17:57Z)
Dub
Repo
RequestServer.this
arsd
cgi
RequestServer
Creates a server object configured to listen on a single host and port.
this
(string[] listenTo)
this
(string defaultHost, ushort defaultPort)
struct
RequestServer
this
(
string
defaultHost
,
ushort
defaultPort
)
this
(ushort defaultPort)
string
listeningHost
;
ushort
listeningPort
;
Meta
Source
See Implementation
arsd
cgi
RequestServer
constructors
this
enums
ForceStop
functions
configureFromCommandLine
serve
serveEmbeddedHttp
serveHttpOnce
serveScgi
serveSingleHttpConnectionOnStdio
static functions
stop
variables
listenSpec
listeningHost
listeningPort
numberOfThreads
privilegesDropToGid
privilegesDropToUid
useFork
Creates a server object configured to listen on a single host and port.