19 #ifndef QGSFCGISERVERREQUEST_H
20 #define QGSFCGISERVERREQUEST_H
37 QByteArray
data()
const override;
50 QString
header(
const QString &name )
const override;
57 void printRequestInfos(
const QUrl &url );
61 void fillUrl( QUrl &url )
const;
64 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 QString header(const QString &name) const
Returns the header value.
virtual QByteArray data() const
Returns post/put data Check for QByteArray::isNull() to check if data is available.