Standard HTTP method.
String get method => _wrapped.method;
set method(String v) { _wrapped.method = v; }