QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
Utility class to redirect GDAL's CPL HTTP calls through QgsBlockingNetworkRequest. More...
#include <qgscplhttpfetchoverrider.h>
Public Member Functions | |
QgsCPLHTTPFetchOverrider (const QString &authCfg=QString(), QgsFeedback *feedback=nullptr) | |
Installs the redirection for the current thread. More... | |
~QgsCPLHTTPFetchOverrider () | |
Destructor. More... | |
void | setAttribute (QNetworkRequest::Attribute code, const QVariant &value) |
Define attribute that must be forwarded to the actual QNetworkRequest. More... | |
Utility class to redirect GDAL's CPL HTTP calls through QgsBlockingNetworkRequest.
The implementation is a no-op before GDAL 3.2
Definition at line 44 of file qgscplhttpfetchoverrider.h.
|
explicit |
Installs the redirection for the current thread.
Definition at line 39 of file qgscplhttpfetchoverrider.cpp.
QgsCPLHTTPFetchOverrider::~QgsCPLHTTPFetchOverrider | ( | ) |
Destructor.
Definition at line 46 of file qgscplhttpfetchoverrider.cpp.
void QgsCPLHTTPFetchOverrider::setAttribute | ( | QNetworkRequest::Attribute | code, |
const QVariant & | value | ||
) |
Define attribute that must be forwarded to the actual QNetworkRequest.
Definition at line 205 of file qgscplhttpfetchoverrider.cpp.