ProtoRequest

Undocumented in source.

Members

Enums

Connection
enum Connection
Undocumented in source.
HttpVersion
enum HttpVersion
Undocumented in source.

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

connection
Connection connection;
Undocumented in source.
contentLength
size_t contentLength;
Undocumented in source.
data
char[] data;
Undocumented in source.
expect100
bool expect100;
Undocumented in source.
headersDone
bool headersDone;
Undocumented in source.
headersLength
size_t headersLength;
Undocumented in source.
httpVersion
HttpVersion httpVersion;
Undocumented in source.
isValid
bool isValid;
Undocumented in source.
method
char[] method;
Undocumented in source.
next
ProtoRequest next;
Undocumented in source.
path
char[] path;
Undocumented in source.

Meta