MultipartConnection

Undocumented in source.

Constructors

this
this(AsyncTCPConnection conn, size_t length, Http req, Http res, void delegate() callback)
Undocumented in source.

Members

Functions

onClose
void onClose()
Undocumented in source. Be warned that the author may not have intended to support it.
onRead
void onRead()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

callback
void delegate() callback;
Undocumented in source.

Inherited Members

From Connection

conn
AsyncTCPConnection conn;
Undocumented in source.
buffer
Buffer buffer;
Undocumented in source.
onStart
void onStart()
Undocumented in source. Be warned that the author may not have intended to support it.
log
bool log;
Undocumented in source.
handle
void handle(TCPEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
onRead
void onRead()
Undocumented in source.
onClose
void onClose()
Undocumented in source.

Meta