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

Method sendPost

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

Source from the content-addressed store, hash-verified

47 }
48
49 public static HttpReceive sendPost(String url) {
50 HttpSend send = new HttpSend(url)
51 .setMethod(HttpMethod.POST);
52 return sendHttp(send);
53 }
54
55 public static HttpReceive sendGet(String url, Map<String, Object> param) {
56 HttpSend send = new HttpSend(url, param, HttpMethod.GET);

Callers

nothing calls this directly

Calls 2

sendHttpMethod · 0.95
setMethodMethod · 0.80

Tested by

no test coverage detected