| 
    QGIS API Documentation
    3.26.3-Buenos Aires (65e4edfdad)
    
   | 
 
 
 
 
Go to the documentation of this file.
   19 #ifndef QGSWMSREQUEST_H 
   20 #define QGSWMSREQUEST_H 
   55       void setParameter( 
const QString &key, 
const QString &value ) 
override;
 
  
Provides an interface to retrieve and manipulate WMS parameters received from the client.
 
~QgsWmsRequest() override=default
Destructor.
 
QgsServerRequest Class defining request interface passed to services QgsService::executeRequest() met...
 
void setUrl(const QUrl &url) override
Set the request url.
 
Median cut implementation.
 
const QgsWmsParameters & wmsParameters() const
Returns the parameters interpreted for the WMS service.
 
QgsWmsRequest(const QgsServerRequest &other)
Copy constructor.
 
void removeParameter(const QString &key) override
Remove a parameter.
 
void setParameter(const QString &key, const QString &value) override
Set a parameter.