HTTPResponse

Undocumented in source.

Constructors

this
this(uint status_code, string status_message, string _body, HashMapRef!(string, string) headers)
Undocumented in source.

Members

Functions

_body
string _body()
Undocumented in source. Be warned that the author may not have intended to support it.
headers
const(HashMapRef!(string, string)) headers()
Undocumented in source. Be warned that the author may not have intended to support it.
statusCode
uint statusCode()
Undocumented in source. Be warned that the author may not have intended to support it.
statusMessage
string statusMessage()
Undocumented in source. Be warned that the author may not have intended to support it.
throwUnlessOk
void throwUnlessOk()
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.

Meta