mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add patch support
This commit is contained in:
@@ -220,7 +220,7 @@ public class HttpUtilTest {
|
||||
@Test
|
||||
@Ignore
|
||||
public void patchTest() {
|
||||
String body = HttpRequest.post("https://www.baidu.com").execute().body();
|
||||
String body = HttpRequest.patch("https://www.baidu.com").execute().body();
|
||||
Console.log(body);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user