The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
CustomCgiMain
arsd
cgi
If you want to use a subclass of Cgi with generic main, use this mixin.
mixin template
CustomCgiMain (
CustomCgi
alias
fun
long
maxContentLength
=
defaultMaxContentLength
)
if
(
is
(
CustomCgi
:
Cgi
)
) {}
Meta
Source
See Implementation
arsd
cgi
classes
BufferedInputRange
Cgi
CgiTester
ConnectionClosedException
ListeningConnectionManager
WebSocket
functions
acceptWebsocket
cgiMainImpl
decodeVariables
decodeVariablesSingle
defaultListeningHost
defaultListeningPort
dummyCgi
encodeVariables
makeDataUrl
rawurlencode
trySimulatedRequest
websocketRequested
interfaces
EventIoServer
SessionObject
mixin templates
CustomCgiDispatcherMain
CustomCgiMain
DispatcherMain
ForwardCgiConstructors
GenericMain
static variables
fiberStackSize
structs
RequestServer
Uri
If you want to use a subclass of Cgi with generic main, use this mixin.