MCPcopy Index your code
hub / github.com/0x727/DropLabTools / get

Method get

src/main/java/com/droplab/Utils/HttpUtils.java:79–81  ·  view source on GitHub ↗

发送Get请求 @param url 请求URL @return HTTP响应对象 @throws IOException 程序异常时抛出,由调用者处理

(String url)

Source from the content-addressed store, hash-verified

77 * @throws IOException 程序异常时抛出,由调用者处理
78 */
79 public static Response get(String url) throws IOException {
80 return get(url, null);
81 }
82
83 /**
84 * 发送Get请求

Callers 3

runMethod · 0.95
runMethod · 0.95
getCookieMethod · 0.95

Calls 5

getTrustMethod · 0.95
getProxyMethod · 0.95
proxyMethod · 0.80
methodMethod · 0.80
headersMethod · 0.80

Tested by

no test coverage detected