cookies += "; ";
}
cookies += cookie.getName() + "=" + cookie.getValue();
firstCookie = false;
}
rm.addHeader("Cookie", cookies);
rm.setHttpMethod(HttpMethod.valueOf(request.getMethod().toUpperCase()));
//TODO finish building RequestModel
lastReceived = rm;