fcgi-loop ~master (2022-06-04T18:30:45.952361)
Dub
Repo
FcgiOutStream
jaypha
fcgi
loop
Undocumented in source.
struct
FcgiOutStream {
FCGX_Stream
*
stream
;
this
(FCGX_Stream* _stream);
void
put
(const(ubyte)[] c);
void
put
(ubyte c);
}
Constructors
this
this
(FCGX_Stream* _stream)
Undocumented in source.
Members
Functions
put
void
put
(ubyte c)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void
put
(const(ubyte)[] c)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
stream
FCGX_Stream
*
stream
;
Undocumented in source.
Meta
Source
See Implementation
jaypha
fcgi
loop
functions
fcgiLoop
manifest constants
defaultThreadCount
structs
FcgiInStream
FcgiOutStream
FcgiRequest