MCPcopy 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

sendGetMethod · 0.95
sendPostMethod · 0.95

Calls 15

setHaveErrorMethod · 0.95
setErrMsgMethod · 0.95
anyToJsonMethod · 0.95
setStatusCodeMethod · 0.95
getHaveErrorMethod · 0.95
getThrowableMethod · 0.95
toExceptionMethod · 0.95
setIsDoneMethod · 0.95
getUrlMethod · 0.80
setThrowableMethod · 0.80
equalsIgnoreCaseMethod · 0.80
getParamsMethod · 0.80

Tested by

no test coverage detected