HTTPResponse

Response - result of request execution.

Response.code - response HTTP code. Response.status_line - received HTTP status line. Response.responseHeaders - received headers. Response.responseBody - container for received body Response.history - for redirected responses contain all history

Destructor

~this
~this()
Undocumented in source.

Members

Properties

getStats
auto getStats [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Response

__code
ushort __code;
Undocumented in source.
__responseBody
Buffer!ubyte __responseBody;
Undocumented in source.
__URI
URI __URI;

Initial URI

__finalURI
URI __finalURI;

Final URI. Can differ from __URI if request go through redirections.

responseBody
auto responseBody [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta