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

Method of

mock/src/main/java/feign/mock/RequestHeaders.java:67–69  ·  view source on GitHub ↗
(Map<String, Collection<String>> headers)

Source from the content-addressed store, hash-verified

65 }
66
67 public static RequestHeaders of(Map<String, Collection<String>> headers) {
68 return new RequestHeaders(headers);
69 }
70
71 private Map<String, Collection<String>> headers;
72

Callers 11

headersMethod · 0.95
RequestKeyMethod · 0.95
countResponseCodeMethod · 0.45
createTimerMethod · 0.45
extraTagsMethod · 0.45
tagMethod · 0.45
mapTagsMethod · 0.45

Calls

no outgoing calls