| Get method | Sends a request to a web server to retrieve a resource. |
| GetResponseHeaders method | Returns a variant array of the response headers. |
| Patch method | Sends a request to a web server to partially update a resource. |
| Post method | Sends a request to a web server to create or update a resource. |
| Put method | Sends a request to a web server to create or update a resource. |
| ResetHeaders method | Resets the headers that are used in the current request to the defaults. |
| Resetproxy method | Reset proxy was set in previous Setproxy call. After call Resetproxy, the upcoming request will not use proxy. |
| SetHeaderField method | Sets content headers to be used in a request to a web server. |
| Setproxy method | Set proxy to use for the upcoming request. |
| Setproxyuser method | Set user name and password to be used in authentication with the proxy. |