httpMethod method

  1. @override
HttpMethod httpMethod()
override

Implementation

@override
HttpMethod httpMethod() {
  return HttpMethod.GET;
}