Generic HTTP request class.
var obj = new Active.HTTP.Request;
| URL | Sets or retrieves the remote data URL. |
| async | Indicates whether asynchronous download is permitted. |
| requestMethod | Specifies HTTP request method. |
| requestData | Allows to send data with the request. |
| responseText | Returns response text. |
| responseXML | Returns response XML. |
| username | Sets or retrieves the user name. |
| password | Sets or retrieves the password. |
| getResponseHeader | Returns HTTP response header (for example "Content-Type"). |
| isReady | Indicates whether the request is already completed. |
| request | Sends the request. |
| response | Allows to process the received data. |
| setNamespace | Allows to specify namespaces for use in XPath expressions. |
| setParameter | Allows to specify the request arguments/parameters. |
| setRequestHeader | Sets HTTP request header. |