18 lines
173 B
C++
18 lines
173 B
C++
#ifndef __HTTPPageCache_h__
|
|
#define __HTTPPageCache_h__
|
|
|
|
namespace http {
|
|
|
|
class HTTPPageCache {
|
|
|
|
public:
|
|
std::string
|
|
|
|
|
|
|
|
};
|
|
|
|
}
|
|
|
|
#endif
|