method property
The method associated with the request, for example GET
.
NOTE: available on Android 21+. For Android < 21 it will be always "GET".
Implementation
String? method;
The method associated with the request, for example GET
.
NOTE: available on Android 21+. For Android < 21 it will be always "GET".
String? method;