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

Method isWithBody

core/src/main/java/feign/Request.java:59–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 }
58
59 public boolean isWithBody() {
60 return this.withBody;
61 }
62 }
63
64 public enum ProtocolVersion {

Callers 2

convertAndSendMethod · 0.80
toOkHttpRequestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected