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

Method isFollowRedirects

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

Defaults to true. false tells the client to not follow the redirections. @see HttpURLConnection#getFollowRedirects()

()

Source from the content-addressed store, hash-verified

462 * @see HttpURLConnection#getFollowRedirects()
463 */
464 public boolean isFollowRedirects() {
465 return followRedirects;
466 }
467
468 /**
469 * Connect Timeout Value.

Callers 11

convertAndSendMethod · 0.80
getClientMethod · 0.80
createClientKeyMethod · 0.80
newClientBuilderMethod · 0.80
convertRequestMethod · 0.80
toHttpUriRequestMethod · 0.80

Calls

no outgoing calls

Tested by 1