method property

String? method
getter/setter pair

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;