Fotobot
Get data from your photovoltaic plant
mrequesthandler.h
Go to the documentation of this file.
1 
7 #ifndef _MREQUESTHANDLER_H_
8 #define _MREQUESTHANDLER_H_
9 
10 #include "httprequest.h"
11 #include "httpresponse.h"
12 #include "httpsession.h"
13 #include "static.h"
14 #include "httprequesthandler.h"
15 
20 class MRequestHandler : public HttpRequestHandler {
21  Q_OBJECT
22  Q_DISABLE_COPY(MRequestHandler);
23  public:
26 
27 
28  protected:
29  bool needsLogin(HttpRequest& request, HttpResponse& response);
30 
31  bool m_needs_access_data;
32  bool m_needs_change_settings;
33  bool m_cacheable;
34 
35  private:
36 };
37 
38 #endif // SESSIONCONTROLLER_H