Class HttpElementLocation (1.50.0)

HttpElementLocation(value)

Enum of location an HTTP element can be.

Enum values:

HTTP_IN_UNSPECIFIED (0):
    No description available.
HTTP_IN_QUERY (1):
    Element is in the HTTP request query.
HTTP_IN_HEADER (2):
    Element is in the HTTP request header.
HTTP_IN_PATH (3):
    Element is in the HTTP request path.
HTTP_IN_BODY (4):
    Element is in the HTTP request body.
HTTP_IN_COOKIE (5):
    Element is in the HTTP request cookie.

Methods

HttpElementLocation

HttpElementLocation(value)

Enum of location an HTTP element can be.

Enum values:

HTTP_IN_UNSPECIFIED (0):
    No description available.
HTTP_IN_QUERY (1):
    Element is in the HTTP request query.
HTTP_IN_HEADER (2):
    Element is in the HTTP request header.
HTTP_IN_PATH (3):
    Element is in the HTTP request path.
HTTP_IN_BODY (4):
    Element is in the HTTP request body.
HTTP_IN_COOKIE (5):
    Element is in the HTTP request cookie.