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

Method headers

core/src/main/java/feign/Request.java:226–228  ·  view source on GitHub ↗

Request Headers. @return the request headers.

()

Source from the content-addressed store, hash-verified

224 * @return the request headers.
225 */
226 public Map<String, Collection<String>> headers() {
227 return Collections.unmodifiableMap(headers);
228 }
229
230 /**
231 * Add new entries to request Headers. It overrides existing entries

Callers 6

applyMethod · 0.95
requestHeaderMethod · 0.95
requestHeaderMapMethod · 0.95
requestHeaderPojoMethod · 0.95
inheritanceMethod · 0.95
consumeAndProduceMethod · 0.95

Calls

no outgoing calls

Tested by 6

applyMethod · 0.76
requestHeaderMethod · 0.76
requestHeaderMapMethod · 0.76
requestHeaderPojoMethod · 0.76
inheritanceMethod · 0.76
consumeAndProduceMethod · 0.76