ADC Advanced Policy Expressions

HTTP_METHOD_E


This object represents one of the HTTP Request Methods.

Enumerations

GET

POST

HEAD

PUT

DELETE

OPTIONS

TRACE

CONNECT

UNKNOWN_METHOD

This topic lists the expressions that are provided by this class.

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

HTTP_METHOD_E

In this article