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

Method post

app/src/main/java/com/github/catvod/net/OkHttp.java:67–69  ·  view source on GitHub ↗
(String url, Map<String, String> params)

Source from the content-addressed store, hash-verified

65 }
66
67 public static String post(String url, Map<String, String> params) {
68 return post(url, params, null).getBody();
69 }
70
71 public static OkResult post(String url, Map<String, String> params, Map<String, String> header) {
72 return new OkRequest(POST, url, params, header).execute(client());

Callers 3

postMethod · 0.95
loginMethod · 0.95
buildRequestMethod · 0.45

Calls 3

clientMethod · 0.95
getBodyMethod · 0.80
executeMethod · 0.45

Tested by

no test coverage detected