method property

String method
final

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

final String method;