mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
54 lines
1.6 KiB
Plaintext
54 lines
1.6 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/server/qgsfcgiserverrequest.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
class QgsFcgiServerRequest : QgsServerRequest
|
|
{
|
|
%Docstring(signature="appended")
|
|
Class defining fcgi request
|
|
%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 QString header( const QString &name ) const;
|
|
|
|
%Docstring
|
|
Returns the header value
|
|
|
|
:param name: of the header
|
|
|
|
:return: the header value or an empty string
|
|
|
|
.. versionadded:: 3.20
|
|
%End
|
|
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/server/qgsfcgiserverrequest.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|