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 758dcf2 commit e3f152cCopy full SHA for e3f152c
README.md
@@ -73,7 +73,7 @@ Future<Response> whenResponse = asyncHttpClient.prepareGet("http://www.example.c
73
74
// unbound
75
Request request = get("http://www.example.com/");
76
-Future<Response> whenResponse = asyncHttpClient.executeRequest("http://www.example.com/").execute();
+Future<Response> whenResponse = asyncHttpClient.execute(request).execute();
77
```
78
79
#### Setting Request Body
0 commit comments