method property
getter/setter pair
The HTTP request method.
NOTE for Android: it supports only "GET" and "POST" methods.
Implementation
String? method;
The HTTP request method.
NOTE for Android: it supports only "GET" and "POST" methods.
String? method;