We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 46c0568 commit 153debaCopy full SHA for 153deba
python/server/qgsrequesthandler.sip
@@ -30,6 +30,7 @@ class QgsRequestHandler
30
31
/**Allow plugins to return a QgsMapServiceException*/
32
virtual void setServiceException( QgsMapServiceException ex /Transfer/ ) = 0;
33
+ virtual void setDefaultHeaders();
34
/**Set an HTTP header*/
35
virtual void setHeader( const QString &name, const QString &value ) = 0;
36
/**Remove an HTTP header*/
0 commit comments