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

Method headers

core/src/main/java/feign/Response.java:182–184  ·  view source on GitHub ↗

Returns a case-insensitive mapping of header names to their values.

()

Source from the content-addressed store, hash-verified

180
181 /** Returns a case-insensitive mapping of header names to their values. */
182 public Map<String, Collection<String>> headers() {
183 return headers;
184 }
185
186 /** if present, the response had a body */
187 public Body body() {

Calls

no outgoing calls