httpMethod property

String? httpMethod
getter/setter pair

An HTTP method that specifies the appropriate HTTP method for a request to an HTTP EntryPoint. Values are capitalized strings as used in HTTP.

Implementation

String? httpMethod;