HttpBase

Undocumented in source.

Constructors

this
this(NetSocket sock, Raft raft)
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
do_response
bool do_response(string strbody)
Undocumented in source. Be warned that the author may not have intended to support it.
is_request_finish
bool is_request_finish(bool finish, string url, string strbody)
Undocumented in source. Be warned that the author may not have intended to support it.
onClose
void onClose()
Undocumented in source. Be warned that the author may not have intended to support it.
onRead
void onRead(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
process_request
bool process_request(string url, string strbody)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buffer
ubyte[] buffer;
Undocumented in source.
raft
Raft raft;
Undocumented in source.
sock
NetSocket sock;
Undocumented in source.

Meta