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

Method status

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

status code. ex 200 See rfc2616

()

Source from the content-addressed store, hash-verified

166 * <p>See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html" >rfc2616</a>
167 */
168 public int status() {
169 return status;
170 }
171
172 /**
173 * Nullable and not set when using http/2 See <a

Callers 15

noFollowRedirectMethod · 0.95
executeMethod · 0.95
interceptMethod · 0.95
support1xxStatusCodesMethod · 0.95
headersWithNullParamsMethod · 0.95

Calls

no outgoing calls

Tested by 15

noFollowRedirectMethod · 0.76
executeMethod · 0.76
interceptMethod · 0.76
support1xxStatusCodesMethod · 0.76
headersWithNullParamsMethod · 0.76