Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QHttpNetworkConnectionPrivate::ParseRedirectResult Struct Reference

#include <qhttpnetworkconnection_p.h>

Collaboration diagram for QHttpNetworkConnectionPrivate::ParseRedirectResult:

Public Attributes

QUrl redirectUrl
QNetworkReply::NetworkError errorCode

Detailed Description

Definition at line 229 of file qhttpnetworkconnection_p.h.

Member Data Documentation

◆ errorCode

QNetworkReply::NetworkError QHttpNetworkConnectionPrivate::ParseRedirectResult::errorCode

Definition at line 231 of file qhttpnetworkconnection_p.h.

◆ redirectUrl

QUrl QHttpNetworkConnectionPrivate::ParseRedirectResult::redirectUrl

Definition at line 230 of file qhttpnetworkconnection_p.h.


The documentation for this struct was generated from the following file: