Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/OpenFeign/feign
/ post
Method
post
core/src/test/java/feign/AsyncFeignTest.java:1107–1107 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1105
CompletableFuture<Response> response();
1106
1107
@RequestLine(
"POST /"
)
1108
CompletableFuture<String> post() throws TestInterfaceException;
1109
1110
@RequestLine(
"POST /"
)
Callers
15
usesProvidedExecutorService
Method · 0.95
defaultExecutorServiceStillExecutesRequests
Method · 0.95
singleInterceptor
Method · 0.95
multipleInterceptor
Method · 0.95
canOverrideErrorDecoder
Method · 0.95
overrideTypeSpecificDecoder
Method · 0.95
retryableExceptionInDecoder
Method · 0.95
doesntRetryAfterResponseIsSent
Method · 0.95
ensureRetryerClonesItself
Method · 0.95
throwsOriginalExceptionAfterFailedRetries
Method · 0.95
throwsRetryableExceptionIfNoUnderlyingCause
Method · 0.95
cancelRetry
Method · 0.95
Calls
no outgoing calls
Tested by
15
usesProvidedExecutorService
Method · 0.76
defaultExecutorServiceStillExecutesRequests
Method · 0.76
singleInterceptor
Method · 0.76
multipleInterceptor
Method · 0.76
canOverrideErrorDecoder
Method · 0.76
overrideTypeSpecificDecoder
Method · 0.76
retryableExceptionInDecoder
Method · 0.76
doesntRetryAfterResponseIsSent
Method · 0.76
ensureRetryerClonesItself
Method · 0.76
throwsOriginalExceptionAfterFailedRetries
Method · 0.76
throwsRetryableExceptionIfNoUnderlyingCause
Method · 0.76
cancelRetry
Method · 0.76