com.softwareag.connectivity.httpclient
Event RequestType


An enumeration containing constants for the currently supported HTTP methods.
Since:
10.1.0.5

Constant Summary
 constant stringDELETE := "DELETE"

The DELETE request.
 constant stringGET := "GET"

The GET request.
 constant stringPOST := "POST"

The POST request.
 constant stringPUT := "PUT"

The PUT request.
 
Constant Detail

DELETE

constant string DELETE := "DELETE"
The DELETE request.

GET

constant string GET := "GET"
The GET request.

POST

constant string POST := "POST"
The POST request.

PUT

constant string PUT := "PUT"
The PUT request.