This commit is contained in:
Looly
2024-01-25 18:25:13 +08:00
parent 40f2bcab15
commit ac255e78b4
2 changed files with 4 additions and 3 deletions

View File

@@ -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());
}
}