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

Method create

core/src/main/java/feign/Request.java:556–558  ·  view source on GitHub ↗
(String data)

Source from the content-addressed store, hash-verified

554 }
555
556 public static Body create(String data) {
557 return new Body(data.getBytes());
558 }
559
560 public static Body create(String data, Charset charset) {
561 return new Body(data.getBytes(charset), charset);

Callers 2

createMethod · 0.95
encodedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected