26#ifndef cache_http_response_h
27#define cache_http_response_h
76 :
HTTPResponse(s, status_code, headers, file_name), d_cache(c)
82 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