2017-04-30 12:59:20 +02:00
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
2017-04-30 22:21:18 +02:00
|
|
|
* src/server/qgsbufferserverrequest.h *
|
2017-04-30 12:59:20 +02:00
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class QgsBufferServerRequest : QgsServerRequest
|
|
|
|
{
|
|
|
|
%Docstring
|
|
|
|
QgsBufferServerRequest
|
|
|
|
Class defining request with data
|
|
|
|
%End
|
|
|
|
|
|
|
|
%TypeHeaderCode
|
|
|
|
#include "qgsbufferserverrequest.h"
|
|
|
|
%End
|
|
|
|
public:
|
|
|
|
|
2017-06-26 09:57:09 +02:00
|
|
|
QgsBufferServerRequest( const QString &url, QgsServerRequest::Method method = QgsServerRequest::GetMethod, const QgsServerRequest::Headers &headers = QgsServerRequest::Headers( ), QByteArray *data = 0 );
|
2017-04-30 12:59:20 +02:00
|
|
|
%Docstring
|
|
|
|
Constructor
|
|
|
|
|
|
|
|
\param url the url string
|
|
|
|
\param method the request method
|
|
|
|
%End
|
|
|
|
|
2017-06-26 09:57:09 +02:00
|
|
|
QgsBufferServerRequest( const QUrl &url, QgsServerRequest::Method method = QgsServerRequest::GetMethod, const QgsServerRequest::Headers &headers = QgsServerRequest::Headers( ), QByteArray *data = 0 );
|
2017-04-30 12:59:20 +02:00
|
|
|
%Docstring
|
|
|
|
Constructor
|
|
|
|
|
|
|
|
\param url QUrl
|
|
|
|
\param method the request method
|
|
|
|
%End
|
|
|
|
|
|
|
|
~QgsBufferServerRequest();
|
|
|
|
|
|
|
|
virtual QByteArray data() const;
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
2017-04-30 22:21:18 +02:00
|
|
|
* src/server/qgsbufferserverrequest.h *
|
2017-04-30 12:59:20 +02:00
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|