Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
src_network_access_qnetworkreply.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

Go to the source code of this file.

Functions

QSslError error (QSslError::SelfSignedCertificate, cert.at(0))
 
expectedSslErrors append (error)
 
reply ignoreSslErrors (expectedSslErrors)
 

Variables

QList< QSslCertificatecert = QSslCertificate::fromPath("server-certificate.pem"_L1)
 [0]
 
QList< QSslErrorexpectedSslErrors
 
QNetworkReplyreply = manager.get(QNetworkRequest(QUrl("https://server.tld/index.html")))
 

Function Documentation

◆ append()

◆ error()

◆ ignoreSslErrors()

reply ignoreSslErrors ( expectedSslErrors )

Variable Documentation

◆ cert

◆ expectedSslErrors

QList<QSslError> expectedSslErrors

Definition at line 9 of file src_network_access_qnetworkreply.cpp.

◆ reply

QNetworkReply* reply = manager.get(QNetworkRequest(QUrl("https://server.tld/index.html")))

Definition at line 12 of file src_network_access_qnetworkreply.cpp.