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

Calls

no outgoing calls