19#ifndef QGSFCGISERVERREQUEST_H
20#define QGSFCGISERVERREQUEST_H
35 QByteArray
data()
const override;
48 QString
header(
const QString &name )
const override;
55 void printRequestInfos(
const QUrl &url )
const;
59 void fillUrl( QUrl &url )
const;
62 bool mHasError =
false;
bool hasError() const
Returns true if an error occurred during initialization.
virtual QString header(const QString &name) const
Returns the header value.
QgsServerRequest()=default
virtual QByteArray data() const
Returns post/put data Check for QByteArray::isNull() to check if data is available.