method property

Method method
getter/setter pair

The HTTP method of the request.

Most commonly "GET" or "POST", less commonly "HEAD", "PUT", or "DELETE". Non-standard method names are also supported.

Implementation

Method method;