method property
String
get
method
The HTTP method of the request.
Example:
request.method // GET
Implementation
String get method;
The HTTP method of the request.
request.method // GET
String get method;