HTTP

Undocumented in source.

Members

Manifest constants

GET
enum GET;
Undocumented in source.
POST
enum POST;
Undocumented in source.
VERSION
enum VERSION;
Undocumented in source.

Properties

body_
string body_ [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
body_
void[] body_ [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_body
string _body;
Undocumented in source.
headers
string[string] headers;

Headers of the request/response.

method
string method;

Method used.

Meta