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.
  • toString()
    Returns a string that displays and identifies the object's properties.

send(request)

Sends an HttpRequest and returns the response.

Signature

public HttpResponse send(HttpRequest request)

Parameters

request
Type: System.HttpRequest

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