|
QGIS API Documentation 4.3.0-Master (389d690bb77)
|
Represents decoded data of a connection. More...
#include <qgsstacconnection.h>
Public Attributes | |
| QString | authCfg |
| Authentication configuration id. | |
| QgsHttpHeaders | httpHeaders |
| HTTP headers. | |
| QString | password |
| HTTP Basic password. | |
| QString | url |
| Catalog URL. | |
| QString | username |
| HTTP Basic username. | |
Represents decoded data of a connection.
Definition at line 72 of file qgsstacconnection.h.
| QString QgsStacConnection::Data::authCfg |
Authentication configuration id.
Definition at line 77 of file qgsstacconnection.h.
| QgsHttpHeaders QgsStacConnection::Data::httpHeaders |
HTTP headers.
Definition at line 83 of file qgsstacconnection.h.
| QString QgsStacConnection::Data::password |
HTTP Basic password.
Definition at line 81 of file qgsstacconnection.h.
| QString QgsStacConnection::Data::url |
Catalog URL.
Definition at line 75 of file qgsstacconnection.h.
| QString QgsStacConnection::Data::username |
HTTP Basic username.
Definition at line 79 of file qgsstacconnection.h.