MCPcopy Create free account
hub / github.com/SeanDragon/protools / ToolHttp

Method ToolHttp

http/src/main/java/pro/tools/http/jdk/ToolHttp.java:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 private static HttpBuilder builder = new HttpBuilder();
38
39 private ToolHttp() {
40 throw new UnsupportedOperationException("我是工具类,别初始化我。。。");
41 }
42
43 public static HttpReceive sendGet(String url) {
44 HttpSend send = new HttpSend(url)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected