httpMethod property

String httpMethod

The HTTP request method (e.g. 'GET').

See NSURLRequest.HTTPMethod

NOTE: The documentation for NSURLRequest.HTTPMethod says that the property is nullable but, in practice, assigning it to null will produce an error.

Implementation

String get httpMethod => _nsObject.HTTPMethod!.toString();