Commit 55b8a57350fee26783b379d3897d38759903824f
- Diff rendering mode:
- inline
- side by side
src/network/access/qnetworkreply.cpp
(6 / 0)
|   | |||
| 530 | 530 | return QByteArray(); | |
| 531 | 531 | } | |
| 532 | 532 | ||
| 533 | const QList<QNetworkReply::RawHeaderPair>& QNetworkReply::rawHeaderPairs() const | ||
| 534 | { | ||
| 535 | Q_D(const QNetworkReply); | ||
| 536 | return d->rawHeaders; | ||
| 537 | } | ||
| 538 | |||
| 533 | 539 | /*! | |
| 534 | 540 | Returns a list of headers fields that were sent by the remote | |
| 535 | 541 | server, in the order that they were sent. Duplicate headers are |
src/network/access/qnetworkreply.h
(3 / 0)
|   | |||
| 128 | 128 | QList<QByteArray> rawHeaderList() const; | |
| 129 | 129 | QByteArray rawHeader(const QByteArray &headerName) const; | |
| 130 | 130 | ||
| 131 | typedef QPair<QByteArray, QByteArray> RawHeaderPair; | ||
| 132 | const QList<RawHeaderPair>& rawHeaderPairs() const; | ||
| 133 | |||
| 131 | 134 | // attributes | |
| 132 | 135 | QVariant attribute(QNetworkRequest::Attribute code) const; | |
| 133 | 136 |
Comments
Add a new comment:
Login or create an account to post a comment
Add your comment
Please log in to comment

