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

Method url

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

URL for the request. @return URL as a String.

()

Source from the content-addressed store, hash-verified

215 * @return URL as a String.
216 */
217 public String url() {
218 return url;
219 }
220
221 /**
222 * Request Headers.

Callers 1

applyMethod · 0.95

Calls

no outgoing calls

Tested by 1

applyMethod · 0.76