Class HttpElementLocation (0.2.7)

HttpElementLocation(value)

Enum of location an HTTP element can be.

Enums

Name Description
HTTP_ELEMENT_LOCATION_UNSPECIFIED HTTP element location not specified.
QUERY Element is in the HTTP request query.
HEADER Element is in the HTTP request header.
PATH Element is in the HTTP request path.
BODY Element is in the HTTP request body.
COOKIE Element is in the HTTP request cookie.