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

Method uri

core/src/main/java/feign/RequestTemplate.java:436–438  ·  view source on GitHub ↗

Set the Uri for the request, replacing the existing uri if set. @param uri to use, must be a relative uri. @return a RequestTemplate for chaining.

(String uri)

Source from the content-addressed store, hash-verified

434 * @return a RequestTemplate for chaining.
435 */
436 public RequestTemplate uri(String uri) {
437 return this.uri(uri, false);
438 }
439
440 /**
441 * Set the uri for the request.

Calls 6

isAbsoluteMethod · 0.95
extractQueryTemplatesMethod · 0.95
appendMethod · 0.95
createMethod · 0.95
isEmptyMethod · 0.80
indexOfMethod · 0.80