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

Method doGet

src/main/java/top/misec/utils/HttpUtils.java:105–107  ·  view source on GitHub ↗
(String url)

Source from the content-addressed store, hash-verified

103
104
105 public static JsonObject doGet(String url) {
106 return doGet(url, new JsonObject());
107 }
108
109 public static JsonObject doGet(String url, JsonObject pJson, RequestConfig requestConfig) {
110 // 通过址默认配置创建一个httpClient实例

Callers 15

printVersionInfoMethod · 0.95
runMethod · 0.95
xliveGetRecommendMethod · 0.95
xliveGetRoomUidMethod · 0.95
getRoomInfoOldMethod · 0.95
xliveGiftBagListMethod · 0.95
runMethod · 0.95
isCoinAddedMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
queryDynamicNewMethod · 0.95

Calls 4

getPairListMethod · 0.95
processResultMethod · 0.95
closeResourceMethod · 0.95
getNameMethod · 0.65

Tested by

no test coverage detected