Use the Http class to initiate an HTTP request and response. The Http class contains the following public methods:
| Name | Arguments | Return Type | Description |
|---|---|---|---|
| send | HttpRequest request | System.HttpResponse | Sends an HttpRequest and returns the response. |
| toString | String | Returns a string that displays and identifies the object's properties. |