74757677787980
private HttpServer server; private HttpClient client; @Before public void initServer() throws Exception { this.server = new HttpServer(); }
70717273747576
7879808182838485
private HttpServer server; private HttpClient client; @Before public void initServer() throws Exception { this.server = new HttpServer(); this.server.setTimeout(5000); }
7980818283848586
81828384858687