| readonly object Headers |
Gets the response headers as a JavaScript object in which each property represents a header.
| readonly object ResponseBytes |
Retrieves the response body as an array of integers each of which represents a byte in the response.
| readonly object ResponseText |
Retrieves the response body as a string.