| 
    QGIS API Documentation
    3.26.3-Buenos Aires (65e4edfdad)
    
   | 
 
 
 
 
Provides an interface to retrieve and manipulate WMS parameters received from the client.
 
QgsServerRequest Class defining request interface passed to services QgsService::executeRequest() met...
 
virtual void removeParameter(const QString &key)
Remove a parameter.
 
QgsServerParameters serverParameters() const
Returns parameters.
 
virtual void setParameter(const QString &key, const QString &value)
Set a parameter.
 
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.
 
virtual void setUrl(const QUrl &url)
Set the request url.