@Test
public void testGetWithExpireAndCacheControlHeader() throws Exception {
IHttpRequestHandler reqHdl = new IHttpRequestHandler() {
public void onRequest(IHttpExchange exchange) throws IOException, BadMessageException {
HttpResponse resp = new HttpResponse(200, "text/plain", "test");
resp.setHeader("Expires", "Fri, 30 Oct 2011 14:19:41 GMT");
resp.setHeader("Cache-Control", "public, max-age=21600");