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/OptionsTest.java:42–42 ·
view source on GitHub ↗
(Request.Options options)
Source
from the content-addressed store, hash-verified
40
41
interface
OptionsInterface {
42
@RequestLine(
"GET /"
)
43
String get(Request.Options options);
44
45
@RequestLine(
"POST /"
)
Callers
4
socketTimeoutTest
Method · 0.95
normalResponseTest
Method · 0.95
socketTimeoutWithMethodOptionsTest
Method · 0.95
normalResponseWithMethodOptionsTest
Method · 0.95
Calls
no outgoing calls
Tested by
4
socketTimeoutTest
Method · 0.76
normalResponseTest
Method · 0.76
socketTimeoutWithMethodOptionsTest
Method · 0.76
normalResponseWithMethodOptionsTest
Method · 0.76