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

Method HttpSend

http/src/main/java/pro/tools/http/pojo/HttpSend.java:39–42  ·  view source on GitHub ↗
(String url)

Source from the content-addressed store, hash-verified

37 private Boolean needReceiveHeaders;
38
39 public HttpSend(String url) {
40 init();
41 this.url = url;
42 }
43
44 public HttpSend(String url, Map<String, Object> params) {
45 init();

Callers

nothing calls this directly

Calls 1

initMethod · 0.95

Tested by

no test coverage detected