MCPcopy Index your code
hub / github.com/0linlin0/CyberBox / post

Method post

Skay_Exp/src/tools/HttpUtils.java:95–97  ·  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

93 * @throws IOException �����쳣ʱ�׳����ɵ����ߴ���
94 */
95 public static Response post(String url, String params) throws IOException {
96 return doPostRequest(url, null, params);
97 }
98
99 /**
100 * ����JSON��ʽ����POST����

Callers

nothing calls this directly

Calls 1

doPostRequestMethod · 0.95

Tested by

no test coverage detected