MCPcopy Create free account
hub / github.com/0x727/DropLabTools / post

Method post

src/main/java/com/droplab/Utils/HttpUtils.java:132–134  ·  view source on GitHub ↗

发送JSON格式参数POST请求 @param url 请求路径 @param params JSON格式请求参数 @return HTTP响应对象 @throws IOException 程序异常时抛出,由调用者处理

(String url, String params)

Source from the content-addressed store, hash-verified

130 * @throws IOException 程序异常时抛出,由调用者处理
131 */
132 public static Response post(String url, String params) throws IOException {
133 return doPostRequest(url, null, params);
134 }
135
136 /**
137 * 发送JSON格式参数POST请求

Callers 15

runMethod · 0.95
getCookieMethod · 0.95
UploadMenuIconMethod · 0.95
portalDesignerManagerMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95

Calls 1

doPostRequestMethod · 0.95

Tested by

no test coverage detected