138139140141142143144145
url.setHost(host); return this; } public RequestBuilder basicAuthentication(String username, String password) { addHeader(Headers.AUTHORIZATION, new BasicCredentials(username, password)); return this; }