Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeanDragon/protools
/ sendHttp
Method
sendHttp
http/src/main/java/pro/tools/http/jdk/ToolHttp.java:73–75 ·
view source on GitHub ↗
用于请求http @param send 里面包含请求的信息 @return 响应的信息
(HttpSend send)
Source
from the content-addressed store, hash-verified
71
* @
return
响应的信息
72
*/
73
public
static
HttpReceive sendHttp(HttpSend send) {
74
return
sendHttp(send, builder);
75
}
76
77
/**
78
* 用于请求http
Callers
2
sendGet
Method · 0.95
sendPost
Method · 0.95
Calls
15
setHaveError
Method · 0.95
setErrMsg
Method · 0.95
anyToJson
Method · 0.95
setStatusCode
Method · 0.95
getHaveError
Method · 0.95
getThrowable
Method · 0.95
toException
Method · 0.95
setIsDone
Method · 0.95
getUrl
Method · 0.80
setThrowable
Method · 0.80
equalsIgnoreCase
Method · 0.80
getParams
Method · 0.80
Tested by
no test coverage detected