MCPcopy Index your code
hub / github.com/OpenFeign/feign / body

Method body

core/src/main/java/feign/Response.java:187–189  ·  view source on GitHub ↗

if present, the response had a body

()

Source from the content-addressed store, hash-verified

185
186 /** if present, the response had a body */
187 public Body body() {
188 return body;
189 }
190
191 /** the request that generated this response */
192 public Request request() {

Calls

no outgoing calls