Module: Google::Cloud::ApiHub::V1::AuthConfig::ApiKeyConfig::HttpElementLocation
- Defined in:
- proto_docs/google/cloud/apihub/v1/common_fields.rb
Overview
Enum of location an HTTP element can be.
Constant Summary collapse
- HTTP_ELEMENT_LOCATION_UNSPECIFIED =
HTTP element location not specified.
0- QUERY =
Element is in the HTTP request query.
1- HEADER =
Element is in the HTTP request header.
2- PATH =
Element is in the HTTP request path.
3- BODY =
Element is in the HTTP request body.
4- COOKIE =
Element is in the HTTP request cookie.
5