Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
apply
Method · 0.95
execute
Method · 0.80
logRequest
Method · 0.80
errorReading
Method · 0.80
errorExecuting
Method · 0.80
build
Method · 0.80
convertAndSend
Method · 0.80
decode
Method · 0.80
getMethodString
Method · 0.80
toClassicHttpRequest
Method · 0.80
toClassicHttpRequest
Method · 0.80
RequestKey
Method · 0.80
Calls
no outgoing calls
Tested by
1
apply
Method · 0.76