equal
deleted
inserted
replaced
75 RemoteHostClosedError, |
75 RemoteHostClosedError, |
76 HostNotFoundError, |
76 HostNotFoundError, |
77 TimeoutError, |
77 TimeoutError, |
78 OperationCanceledError, |
78 OperationCanceledError, |
79 SslHandshakeFailedError, |
79 SslHandshakeFailedError, |
|
80 TemporaryNetworkFailureError, |
80 UnknownNetworkError = 99, |
81 UnknownNetworkError = 99, |
81 |
82 |
82 // proxy errors (101-199): |
83 // proxy errors (101-199): |
83 ProxyConnectionRefusedError = 101, |
84 ProxyConnectionRefusedError = 101, |
84 ProxyConnectionClosedError, |
85 ProxyConnectionClosedError, |
126 // raw headers: |
127 // raw headers: |
127 bool hasRawHeader(const QByteArray &headerName) const; |
128 bool hasRawHeader(const QByteArray &headerName) const; |
128 QList<QByteArray> rawHeaderList() const; |
129 QList<QByteArray> rawHeaderList() const; |
129 QByteArray rawHeader(const QByteArray &headerName) const; |
130 QByteArray rawHeader(const QByteArray &headerName) const; |
130 |
131 |
|
132 typedef QPair<QByteArray, QByteArray> RawHeaderPair; |
|
133 const QList<RawHeaderPair>& rawHeaderPairs() const; |
|
134 |
131 // attributes |
135 // attributes |
132 QVariant attribute(QNetworkRequest::Attribute code) const; |
136 QVariant attribute(QNetworkRequest::Attribute code) const; |
133 |
137 |
134 #ifndef QT_NO_OPENSSL |
138 #ifndef QT_NO_OPENSSL |
135 QSslConfiguration sslConfiguration() const; |
139 QSslConfiguration sslConfiguration() const; |