Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeanDragon/protools
/ setUrl
Method
setUrl
http/src/main/java/pro/tools/http/pojo/HttpSend.java:82–85 ·
view source on GitHub ↗
(String url)
Source
from the content-addressed store, hash-verified
80
}
81
82
public
HttpSend setUrl(String url) {
83
this.url = url;
84
return
this;
85
}
86
87
public
Map<String, Object> getParams() {
88
return
params;
Callers
1
convertRequest
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected