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

Method sendGet

http/src/main/java/pro/tools/http/jdk/ToolHttp.java:43–47  ·  view source on GitHub ↗
(String url)

Source from the content-addressed store, hash-verified

41 }
42
43 public static HttpReceive sendGet(String url) {
44 HttpSend send = new HttpSend(url)
45 .setMethod(HttpMethod.GET);
46 return sendHttp(send);
47 }
48
49 public static HttpReceive sendPost(String url) {
50 HttpSend send = new HttpSend(url)

Callers

nothing calls this directly

Calls 2

sendHttpMethod · 0.95
setMethodMethod · 0.80

Tested by

no test coverage detected