MythTV  master
mythhttpcache.h
Go to the documentation of this file.
1 #ifndef MYTHHTTPCACHE_H
2 #define MYTHHTTPCACHE_H
3 
4 // MythTV
6 
8 {
9  public:
10  static void PreConditionCheck (const HTTPResponse& Response);
11  static void PreConditionHeaders (const HTTPResponse& Response);
12 };
13 
14 #endif
MythHTTPCache
Definition: mythhttpcache.h:7
MythHTTPCache::PreConditionCheck
static void PreConditionCheck(const HTTPResponse &Response)
Process precondition checks.
Definition: mythhttpcache.cpp:51
MythHTTPCache::PreConditionHeaders
static void PreConditionHeaders(const HTTPResponse &Response)
Add precondition (cache) headers to the response.
Definition: mythhttpcache.cpp:155
mythhttpresponse.h
HTTPResponse
std::shared_ptr< MythHTTPResponse > HTTPResponse
Definition: mythhttptypes.h:39