19 #ifndef QGSFCGISERVERREQUEST_H
20 #define QGSFCGISERVERREQUEST_H
37 QByteArray
data()
const override;
49 void printRequestInfos(
const QUrl &url );
53 bool mHasError =
false;
Class defining fcgi request.
bool hasError() const
Returns true if an error occurred during initialization.
QgsServerRequest Class defining request interface passed to services QgsService::executeRequest() met...
virtual QByteArray data() const
Returns post/put data Check for QByteArray::isNull() to check if data is available.