Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update doc for QgsFcgiServerResponse
  • Loading branch information
pblottiere committed Jul 13, 2018
1 parent 4a66e9e commit 7abe384
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/server/qgsfcgiserverresponse.h
Expand Up @@ -36,6 +36,9 @@ class SERVER_EXPORT QgsFcgiServerResponse: public QgsServerResponse
{
public:

/**
* Constructor.
*/
QgsFcgiServerResponse( QgsServerRequest::Method method = QgsServerRequest::GetMethod );

void setHeader( const QString &key, const QString &value ) override;
Expand Down

0 comments on commit 7abe384

Please sign in to comment.