I don't find a way to use an already constructed httpclient with the
connector or with client builders. Am I missing something? If not can we
add a new c'tor to ApacheConnector to take in a client?
public ApacheConnector(HttpClient client) {
this.client = client;
}