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

Method headers

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

Source from the content-addressed store, hash-verified

46 }
47
48 @Deprecated
49 public Builder headers(Map<String, Collection<String>> headers) {
50 this.headers = RequestHeaders.of(headers);
51 return this;
52 }
53
54 public Builder headers(RequestHeaders headers) {
55 this.headers = headers;

Callers

nothing calls this directly

Calls 1

ofMethod · 0.95

Tested by

no test coverage detected