method property

HttpMethod get method

Implementation

HttpMethod get method {
  final baseMethod = _parseMethod(_request.method);
  return _spoofMethod != null ? _parseMethod(_spoofMethod) : baseMethod;
}