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
#define MBASE_PUBLIC
Definition: mythbaseexp.h:8
std::shared_ptr< MythHTTPRequest > HTTPRequest2
Definition: mythhttptypes.h:39
std::shared_ptr< MythHTTPResponse > HTTPResponse
Definition: mythhttptypes.h:40