From 854f3dcce6cbe5ccd80a0a43a9aae92961acff50 Mon Sep 17 00:00:00 2001 From: Looly Date: Mon, 2 Aug 2021 20:18:11 +0800 Subject: [PATCH] add methods --- hutool-http/src/test/java/cn/hutool/http/RestTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/hutool-http/src/test/java/cn/hutool/http/RestTest.java b/hutool-http/src/test/java/cn/hutool/http/RestTest.java index bb4ff9264..9371c6039 100644 --- a/hutool-http/src/test/java/cn/hutool/http/RestTest.java +++ b/hutool-http/src/test/java/cn/hutool/http/RestTest.java @@ -57,6 +57,7 @@ public class RestTest { @Ignore public void getWithBodyTest2() { HttpRequest request = HttpRequest.get("https://ad.oceanengine.com/open_api/2/advertiser/info/")// + // Charles代理 .setHttpProxy("localhost", 8888) .header("Access-Token","") .body(JSONUtil.createObj()