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

Method buildUrl

mock/src/main/java/feign/mock/RequestKey.java:86–92  ·  view source on GitHub ↗
(Request request)

Source from the content-addressed store, hash-verified

84 }
85
86 private static String buildUrl(Request request) {
87 try {
88 return URLDecoder.decode(request.url(), Util.UTF_8.name());
89 } catch (final UnsupportedEncodingException e) {
90 throw new RuntimeException(e);
91 }
92 }
93
94 private final HttpMethod method;
95

Callers 1

RequestKeyMethod · 0.95

Calls 3

decodeMethod · 0.65
urlMethod · 0.65
nameMethod · 0.65

Tested by

no test coverage detected