This commit is contained in:
Looly
2022-05-31 22:06:28 +08:00
parent 191261b42d
commit e12c5f170a
2 changed files with 4 additions and 3 deletions

View File

@@ -208,6 +208,7 @@ public class HttpRequestTest {
@Test
@Ignore
public void getCookieTest(){
HttpRequest.get("http://localhost:8888/getCookier").execute();
final HttpResponse execute = HttpRequest.get("http://localhost:8888/getCookier").execute();
Console.log(execute.getCookies());
}
}