HTTP_METHOD_E¶
This object represents one of the HTTP Request Methods.
This topic lists the expressions that are provided by this class.
Enumerations¶
CONNECT
DELETE
GET
HEAD
OPTIONS
POST
PUT
TRACE
UNKNOWN_METHOD
Expressions¶
EQ ( http_method_e m)
The result is Boolean TRUE if the input argument is equal to the HTTP Request Method represented by this object.
Parameters (expressions not allowed):
m - Http Request Method Name
Returns: bool_at