mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -30,6 +30,8 @@ public class JdkEngineTest {
|
||||
final Response res = engine.send(req);
|
||||
|
||||
Console.log(res.getStatus());
|
||||
Console.log(res.headers().getClass());
|
||||
Console.log(res.headers());
|
||||
Console.log(res.bodyStr());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user