com.softwareag.connectivity.httpclient
Event RequestType
An enumeration containing constants for the currently supported HTTP methods.
-
Since:
- 10.1.0.5
Constant Summary |
constant string | DELETE := "DELETE"
The DELETE request. |
constant string | GET := "GET"
The GET request. |
constant string | POST := "POST"
The POST request. |
constant string | PUT := "PUT"
The PUT request. |
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.