We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e0ac60 commit 0f629d0Copy full SHA for 0f629d0
README.md
@@ -35,7 +35,7 @@ Then in your code you can simply do
35
import org.asynchttpclient.*;
36
import java.util.concurrent.Future;
37
38
-AsyncHttpClient asyncHttpClient = new AsyncHttpClient();
+AsyncHttpClient asyncHttpClient = new DefaultAsyncHttpClient();
39
Future<Response> f = asyncHttpClient.prepareGet("http://www.example.com/").execute();
40
Response r = f.get();
41
```
0 commit comments