Closed
Description
Should the execute(request)
be executeRequest(request)
here?
// bound
Future<Response> whenResponse = asyncHttpClient.prepareGet("http://www.example.com/").execute();
// unbound
Request request = get("http://www.example.com/").build();
Future<Response> whenResponse = asyncHttpClient.execute(request);```
Metadata
Metadata
Assignees
Labels
No labels