requestMethod property
The HTTP request method to use for the check.
If set to METHOD_UNSPECIFIED then request_method defaults to GET. Possible string values are:
- "METHOD_UNSPECIFIED" : No request method specified.
- "GET" : GET request.
- "POST" : POST request.
Implementation
core.String? requestMethod;