26 #ifndef cache_http_response_h
27 #define cache_http_response_h
58 throw InternalErr(__FILE__, __LINE__,
"Unimplemented assignment");
81 :
HTTPResponse(s, status_code, headers, file_name), d_cache(c)
87 DBG(cerr <<
"Freeing HTTPCache resources... ");
96 #endif // cache_http_response_h
virtual void set_file(const string &n)
HTTPCacheResponse & operator=(const HTTPCacheResponse &)
HTTPCacheResponse(FILE *s, int status_code, vector< string > *headers, const string &file_name, HTTPCache *c)
A class for software fault reporting.
HTTPCacheResponse(FILE *s, int status_code, vector< string > *headers, HTTPCache *c)
virtual ~HTTPCacheResponse()
HTTPCacheResponse(const HTTPCacheResponse &rs)
void release_cached_response(FILE *response)
virtual FILE * get_stream() const