/************************************************************************ * This file has been generated automatically from * * * * src/server/qgsfcgiserverrequest.h * * * * Do not edit manually ! Edit header and run scripts/sipify.pl again * ************************************************************************/ class QgsFcgiServerRequest: QgsServerRequest { %Docstring Class defining fcgi request .. versionadded:: 3.0 %End %TypeHeaderCode #include "qgsfcgiserverrequest.h" %End public: QgsFcgiServerRequest(); virtual QByteArray data() const; bool hasError() const; %Docstring Returns true if an error occurred during initialization %End virtual QUrl url() const; %Docstring :return: the request url Subclasses may override in case the original URL needs to be returned instead of the rewritten one (i.e. from a web server rewrite module). %End }; /************************************************************************ * This file has been generated automatically from * * * * src/server/qgsfcgiserverrequest.h * * * * Do not edit manually ! Edit header and run scripts/sipify.pl again * ************************************************************************/