MCPcopy Create free account
hub / github.com/OreosLab/bili / doPost

Method doPost

src/main/java/top/misec/utils/HttpUtils.java:47–49  ·  view source on GitHub ↗
(String url, JsonObject jsonObject)

Source from the content-addressed store, hash-verified

45 private static CloseableHttpResponse httpResponse = null;
46
47 public static JsonObject doPost(String url, JsonObject jsonObject) {
48 return doPost(url, jsonObject.toString());
49 }
50
51 public static JsonObject doPost(String url, String requestBody) {
52 return doPost(url, requestBody, null);

Callers 13

xliveBagSendMethod · 0.95
watchVideoMethod · 0.95
dailyAvShareMethod · 0.95
runMethod · 0.95
coinAddMethod · 0.95
runMethod · 0.95
chargeCommentsMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
doPredictionMethod · 0.95
postMethod · 0.95

Calls 3

processResultMethod · 0.95
closeResourceMethod · 0.95
toStringMethod · 0.80

Tested by

no test coverage detected