XML HTTP Methods
A version of this page is also available for
4/8/2010
The following table shows the XML HTTP methods, with a description of the purpose of each.
Programming element | Description |
---|---|
Cancels the current HTTP request. |
|
Retrieves the values of all the HTTP headers. |
|
Retrieves the value of an HTTP header from the response body. |
|
Initializes an MSXML2.XMLHTTP request and specifies the method, URL, and authentication information for the request. |
|
Sends an HTTP request to the server and receives a response. |
|
Specifies the name of an HTTP header. |