Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Http Class

Use the Http class to initiate an HTTP request and response.

Namespace

System

Http Methods

The following are methods for Http. All are instance methods.

send(request)

Sends an HttpRequest and returns the response.

Signature

public HttpResponse send(HttpRequest request)

Parameters

Return Value

Type: System.HttpResponse

toString()

Returns a string that displays and identifies the object's properties.

Signature

public String toString()

Return Value

Type: String