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

Method post

app/src/main/java/com/github/catvod/spider/AList.java:60–62  ·  view source on GitHub ↗
(Drive drive, String url, String param)

Source from the content-addressed store, hash-verified

58 }
59
60 private String post(Drive drive, String url, String param) {
61 return post(drive, url, param, true);
62 }
63
64 private String post(Drive drive, String url, String param, boolean retry) {
65 String response = OkHttp.post(url, param, drive.getHeader()).getBody();

Callers 3

getDetailMethod · 0.95
getListMethod · 0.95
callMethod · 0.45

Calls 5

postMethod · 0.95
logMethod · 0.95
loginMethod · 0.95
getBodyMethod · 0.80
getHeaderMethod · 0.45

Tested by

no test coverage detected