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
static void PreConditionHeaders(const HTTPResponse &Response)
Add precondition (cache) headers to the response.
static void PreConditionCheck(const HTTPResponse &Response)
Process precondition checks.
std::shared_ptr< MythHTTPResponse > HTTPResponse
Definition: mythhttptypes.h:40