MCPcopy 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 /")

Calls

no outgoing calls