Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
emptyTarget
Method · 0.95
hardCodedTargetWithURI
Method · 0.95
Implementers
4
InMemoryHttpCacheStore
http-cache/src/main/java/feign/cache/I
TrustingSSLSocketFactory
core/src/test/java/feign/client/Trusti
IgnoreKeyCaseMap
form-spring/src/main/java/feign/form/s
FallbackTestInterface
hystrix/src/test/java/feign/hystrix/Hy
Calls
no outgoing calls
Tested by
2
emptyTarget
Method · 0.76
hardCodedTargetWithURI
Method · 0.76