Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
shouldCreateRequestHeadersFromHeadersMap
Method · 0.95
headers
Method · 0.95
RequestKey
Method · 0.95
createFeignExceptionCounter
Method · 0.45
countResponseCode
Method · 0.45
createTimer
Method · 0.45
createExceptionCounter
Method · 0.45
extraTags
Method · 0.45
tag
Method · 0.45
mapTags
Method · 0.45
getLowCardinalityKeyValues
Method · 0.45
Calls
no outgoing calls
Tested by
1
shouldCreateRequestHeadersFromHeadersMap
Method · 0.76