Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/OpenFeign/feign
/ create
Method
create
mock/src/main/java/feign/mock/RequestKey.java:82–84 ·
view source on GitHub ↗
(Request request)
Source
from the content-addressed store, hash-verified
80
}
81
82
public
static
RequestKey create(Request request) {
83
return
new
RequestKey(request);
84
}
85
86
private
static
String buildUrl(Request request) {
87
try {
Callers
2
create
Method · 0.95
execute
Method · 0.95
Calls
no outgoing calls
Tested by
1
create
Method · 0.76