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 9e2873e commit 45b4561Copy full SHA for 45b4561
README.md
@@ -104,7 +104,7 @@ Future<Response> whenResponse = asyncHttpClient.prepareGet("http://www.example.c
104
105
// unbound
106
Request request = get("http://www.example.com/").build();
107
-Future<Response> whenResponse = asyncHttpClient.execute(request);
+Future<Response> whenResponse = asyncHttpClient.executeRequest(request);
108
```
109
110
#### Setting Request Body
0 commit comments