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

Method get

core/src/test/java/feign/TargetTest.java:81–81  ·  view source on GitHub ↗
(URI uri)

Source from the content-addressed store, hash-verified

79 interface UriTarget {
80
81 @RequestLine("GET")
82 Response get(URI uri);
83 }
84

Callers 2

emptyTargetMethod · 0.95

Implementers 4

InMemoryHttpCacheStorehttp-cache/src/main/java/feign/cache/I
TrustingSSLSocketFactorycore/src/test/java/feign/client/Trusti
IgnoreKeyCaseMapform-spring/src/main/java/feign/form/s
FallbackTestInterfacehystrix/src/test/java/feign/hystrix/Hy

Calls

no outgoing calls

Tested by 2

emptyTargetMethod · 0.76