// Send the request to the client
httpCall.sendRequest(request, response, new Uniform() {
public void handle(Request request, Response response) {
try {
updateResponse(response,
new Status(httpCall.getStatusCode(), null,
httpCall.getReasonPhrase(), null),
httpCall);
if (userCallback != null) {
userCallback.handle(request, response);