MythTV  master
mythhttprewrite.h
Go to the documentation of this file.
1 #ifndef MYTHHTTPREWRITE_H
2 #define MYTHHTTPREWRITE_H
3 
4 // MythTV
6 
8 {
9  public:
10  static HTTPResponse RewriteFile(const HTTPRequest2& Request, const QString& File);
11  static HTTPResponse RewriteToSPA(const HTTPRequest2& Request, const QString& File);
12 };
13 
14 #endif
MythHTTPRewrite
Definition: mythhttprewrite.h:7
MBASE_PUBLIC
#define MBASE_PUBLIC
Definition: mythbaseexp.h:15
HTTPResponse
std::shared_ptr< MythHTTPResponse > HTTPResponse
Definition: mythhttptypes.h:39
hardwareprofile.distros.mythtv_data.request.Request
def Request(url=None)
Definition: distros/mythtv_data/request.py:62
HTTPRequest2
std::shared_ptr< MythHTTPRequest > HTTPRequest2
Definition: mythhttptypes.h:38
mythhttprequest.h