HTTPQueryResponse

Embodies the notion of a response to a web request.

Members

Variables

body
string body;

Response body, may be several lines.

code
uint code;

The HTTP response code received.

elapsed
Duration elapsed;

How long the query took, from issue to response.

error
string error;

The message of any exception thrown while querying.

exceptionText
string exceptionText;

The message text of any exception thrown while querying.

finalURI
URI finalURI;

The final URI as reported in the response, after redirects.

uri
URI uri;

The URI as reported in the response.

url
string url;

The URL that was queried.