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

Method reason

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

Nullable and not set when using http/2 See ... See ...

()

Source from the content-addressed store, hash-verified

175 * href="https://github.com/http2/http2-spec/issues/202">...</a>
176 */
177 public String reason() {
178 return reason;
179 }
180
181 /** Returns a case-insensitive mapping of header names to their values. */
182 public Map<String, Collection<String>> headers() {

Callers 15

executeMethod · 0.95
headersWithNullParamsMethod · 0.95
reasonPhraseInHeaderMethod · 0.95

Calls

no outgoing calls

Tested by 15

executeMethod · 0.76
headersWithNullParamsMethod · 0.76
reasonPhraseInHeaderMethod · 0.76