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

Method get

Skay_Exp/src/tools/HttpUtils.java:51–53  ·  view source on GitHub ↗

����Get���� @param url ����URL @return HTTP��Ӧ���� @throws IOException �����쳣ʱ�׳����ɵ����ߴ���

(String url)

Source from the content-addressed store, hash-verified

49 * @throws IOException �����쳣ʱ�׳����ɵ����ߴ���
50 */
51 public static Response get(String url) throws IOException {
52 return get(url, null);
53 }
54
55 /**
56 * ����Get����

Callers 9

formatTableMethod · 0.80
callWrappedMethod · 0.80
updateTimeMethod · 0.80
get_argsMethod · 0.80
init_attck_argsMethod · 0.80
initvullistMethod · 0.80
changedMethod · 0.80
testMethod · 0.80
executionMethod · 0.80

Calls 1

getTrustMethod · 0.95

Tested by

no test coverage detected