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

Method of

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

Source from the content-addressed store, hash-verified

55 }
56
57 public static HttpSend of(String url) {
58 return new HttpSend(url);
59 }
60
61 public static HttpSend of(String url, Map<String, Object> params) {
62 return new HttpSend(url, params);

Callers 7

getMethod · 0.95
postMethod · 0.95
ToolPathClass · 0.80
ToolClassSearchClass · 0.80
DatePlusMethod · 0.80
toMinDateMethod · 0.80
toMaxDateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected