mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
HttpGlobalConfig.allowPatch()调用时忽略错误
This commit is contained in:
@@ -378,4 +378,9 @@ public class HttpUtilTest {
|
||||
final HttpRequest request = HttpRequest.of(url).method(Method.GET);
|
||||
Console.log(request.execute().body());
|
||||
}
|
||||
|
||||
@Test
|
||||
public void allowPatchTest() {
|
||||
HttpGlobalConfig.allowPatch();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user