5455565758596061626364
RestUtils.decodeQueryString(uri, pathEndPos + 1, params); } } @Override public Method method() { HttpMethod httpMethod = request.getMethod(); if (httpMethod == HttpMethod.GET) return Method.GET; if (httpMethod == HttpMethod.POST) return Method.POST;