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

Method body

core/src/main/java/feign/Request.java:265–267  ·  view source on GitHub ↗

If present, this is the replayable body to send to the server. In some cases, this may be interpretable as text. @see #charset()

()

Source from the content-addressed store, hash-verified

263 * @see #charset()
264 */
265 public byte[] body() {
266 return body.data;
267 }
268
269 public boolean isBinary() {
270 return body.isBinary();

Callers 2

applyMethod · 0.95
encodesMethod · 0.95

Calls

no outgoing calls

Tested by 2

applyMethod · 0.76
encodesMethod · 0.76