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