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

Method httpMethod

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

Http Method for the request. @return the HttpMethod.

()

Source from the content-addressed store, hash-verified

206 * @return the HttpMethod.
207 */
208 public HttpMethod httpMethod() {
209 return this.httpMethod;
210 }
211
212 /**
213 * URL for the request.

Callers 15

applyMethod · 0.95
executeMethod · 0.80
logRequestMethod · 0.80
errorReadingMethod · 0.80
errorExecutingMethod · 0.80
buildMethod · 0.80
convertAndSendMethod · 0.80
decodeMethod · 0.80
getMethodStringMethod · 0.80
toClassicHttpRequestMethod · 0.80
toClassicHttpRequestMethod · 0.80
RequestKeyMethod · 0.80

Calls

no outgoing calls

Tested by 1

applyMethod · 0.76