26#ifndef cache_http_response_h
27#define cache_http_response_h
31#include "HTTPResponse.h"
58 :
HTTPResponse(s, status_code, headers,
""), d_cache(c) {}
67 :
HTTPResponse(s, status_code, headers, file_name), d_cache(c) {}
71 DBG(cerr <<
"Freeing HTTPCache resources... ");
HTTPCacheResponse(FILE *s, int status_code, vector< string > *headers, const string &file_name, HTTPCache *c)
virtual ~HTTPCacheResponse()
HTTPCacheResponse(FILE *s, int status_code, vector< string > *headers, HTTPCache *c)
void release_cached_response(FILE *response)
top level DAP object to house generic methods