mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add HttpInputStream
This commit is contained in:
@@ -63,7 +63,8 @@ public class HttpUtilTest {
|
||||
@Test
|
||||
@Ignore
|
||||
public void getTest5() {
|
||||
String res = HttpUtil.get("https://comment.bilibili.com/67573272.xml");
|
||||
String res = HttpRequest.get("https://comment.bilibili.com/67573272.xml")
|
||||
.execute().body();
|
||||
Console.log(res);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user