ae v0.0.2824 (2020-10-12T01:09:09Z)
Home
Dub
Repo
FastCGIConnection
ae
net
http
fastcgi
app
Base implementation of the low-level FastCGI protocol.
class
FastCGIConnection {
Data
buffer
;
IConnection
connection
;
Logger
log
;
this
(IConnection connection);
void
onReadData
(Data data);
void
onRecord
(FCGI_RecordHeader header, Data contentData);
}
Constructors
this
this
(IConnection connection)
Undocumented in source.
Members
Functions
onReadData
void
onReadData
(Data data)
Undocumented in source. Be warned that the author may not have intended to support it.
onRecord
void
onRecord
(FCGI_RecordHeader header, Data contentData)
Undocumented in source.
Variables
buffer
Data
buffer
;
Undocumented in source.
connection
IConnection
connection
;
Undocumented in source.
log
Logger
log
;
Undocumented in source.
Meta
Source
See Implementation
ae
net
http
fastcgi
app
classes
FastCGIAppSocketServer
FastCGIConnection
FastCGIProtoConnection
FastCGIResponderConnection
FastCGIResponderServer
functions
asStruct
inFastCGI
putNameValue
putVLInt
readNameValue
readVLInt
Base implementation of the low-level FastCGI protocol.