MCPcopy Index your code
hub / github.com/OpenFeign/feign / method

Method method

core/src/main/java/feign/Request.java:198–201  ·  view source on GitHub ↗

Http Method for this request. @return the HttpMethod string @deprecated @see #httpMethod()

()

Source from the content-addressed store, hash-verified

196 * @deprecated @see {@link #httpMethod()}
197 */
198 @Deprecated
199 public String method() {
200 return httpMethod.name();
201 }
202
203 /**
204 * Http Method for the request.

Callers 15

recordSuccessMethod · 0.45
recordFailureMethod · 0.45
metricNameMethod · 0.45
defaultCacheableMethod · 0.45
executeMethod · 0.45
Slf4jLoggerTestClass · 0.45
canonicalStringMethod · 0.45
SampleContractMethod · 0.45
canInsertAbsoluteHrefMethod · 0.45

Calls 1

nameMethod · 0.65