WebData

Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
export_req
nng_http_req* export_req()
Undocumented in source. Be warned that the author may not have intended to support it.
export_res
nng_http_res* export_res()
Undocumented in source. Be warned that the author may not have intended to support it.
parse_req
void parse_req(nng_http_req* req)
Undocumented in source. Be warned that the author may not have intended to support it.
parse_res
void parse_res(nng_http_res* res)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

headers
string[string] headers;
Undocumented in source.
json
JSONValue json;
Undocumented in source.
length
size_t length;
Undocumented in source.
method
string method;
Undocumented in source.
msg
string msg;
Undocumented in source.
param
string[string] param;
Undocumented in source.
path
string[] path;
Undocumented in source.
rawdata
ubyte[] rawdata;
Undocumented in source.
rawuri
string rawuri;
Undocumented in source.
route
string route;
Undocumented in source.
status
http_status status;
Undocumented in source.
text
string text;
Undocumented in source.
type
string type;
Undocumented in source.
uri
string uri;
Undocumented in source.

Meta