We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a58bc0 commit 6e8d19cCopy full SHA for 6e8d19c
python/server/qgsrequesthandler.sip
@@ -67,4 +67,8 @@ class QgsRequestHandler
67
QString infoFormat() const;
68
/**Return true if the HTTP headers were already sent to the client*/
69
bool headersSent();
70
+
71
+private:
72
+ /**Parses the input and creates a request neutral Parameter/Value map*/
73
+ virtual void parseInput() = 0;
74
};
0 commit comments