MCPcopy Create free account
hub / github.com/FongMi/CatVodSpider / getBody

Method getBody

app/src/main/java/com/github/catvod/net/OkResult.java:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 }
30
31 public String getBody() {
32 return TextUtils.isEmpty(body) ? "" : body;
33 }
34
35 public Map<String, List<String>> getResp() {
36 return resp;

Callers 3

postMethod · 0.80
stringMethod · 0.80
postMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected