%AppService_HTTP_GET function

Description

Returns the string value of the HTTP GET method.

Example

If %This.ServiceAPI.HttpMethod = %AppService_HTTP_GET then
/* perform the GET method logic */
End-If;