The aqHttpResponse object contains the following properties:
Property List
Name | Description |
---|---|
AllHeaders
|
Returns all the headers of the HTTP response. |
StatusCode
|
Returns the status code of the HTTP response. |
StatusText
|
Returns the status text of the HTTP response. |
Text
|
Returns the full text of the HTTP response. |