lighttp ~master (2020-01-09T16:41:23Z)
Dub
Repo
MultipartConnection
lighttp
server
server
Undocumented in source.
class
MultipartConnection :
Connection
{
void
delegate
()
callback
;
this
(AsyncTCPConnection conn, size_t length, Http req, Http res, void delegate() callback);
void
onRead
();
void
onClose
();
}
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
Source
See Implementation
lighttp
server
server
aliases
Server
classes
Connection
DefaultConnection
MultipartConnection
ServerBase
ServerImpl
WebSocketConnection
structs
ServerOptions