httpMethod property

String? httpMethod
getter/setter pair

Possible string values are:

  • "HTTP_METHOD_UNSPECIFIED"
  • "POST"
  • "GET"
  • "HEAD"
  • "PUT"
  • "DELETE"
  • "PATCH"
  • "OPTIONS"

Implementation

core.String? httpMethod;