Content | The content of the response decoded to an appropriate value or object type |
Headers | The HTTP header variables in the response from the server |
IsSuccessStatusCode | True if the StatusCode property is a "success" status code |
RawContent | The raw content of the response |
ReasonPhrase | The HTTP Reason Phrase sent by the server |
Request | The HTTP request object that was sent to generate this response |
StatusCode | The HTTP Status Code sent by the server, e.g. 200, 404, 500 |
EnsureSuccessStatusCode | Report an error if the StatusCode property isn't a "success" status code |
SaveContent | Save the response to the specified file |
IHttpResponse Interface | Intelligence.FuncLibs.Http.HttpRequest Namespace