MCPcopy 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

createMethod · 0.95
executeMethod · 0.95

Calls

no outgoing calls

Tested by 1

createMethod · 0.76