Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
get
Method · 0.95
post
Method · 0.95
ToolPath
Class · 0.80
ToolClassSearch
Class · 0.80
DatePlus
Method · 0.80
toMinDate
Method · 0.80
toMaxDate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected