![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
This is the complete list of members for QHttpHeaders, including all inherited members.
| append(QAnyStringView name, QAnyStringView value) | QHttpHeaders | |
| append(WellKnownHeader name, QAnyStringView value) | QHttpHeaders | |
| clear() | QHttpHeaders | |
| combinedValue(QAnyStringView name) const | QHttpHeaders | |
| combinedValue(WellKnownHeader name) const | QHttpHeaders | |
| contains(QAnyStringView name) const | QHttpHeaders | |
| contains(WellKnownHeader name) const | QHttpHeaders | |
| dateTimeValue(QAnyStringView name) const | QHttpHeaders | |
| dateTimeValue(WellKnownHeader name) const | QHttpHeaders | |
| dateTimeValueAt(qsizetype i) const | QHttpHeaders | |
| dateTimeValues(QAnyStringView name) const | QHttpHeaders | |
| dateTimeValues(WellKnownHeader name) const | QHttpHeaders | |
| dateTimeValues | QHttpHeaders | related |
| dateTimeValues | QHttpHeaders | related |
| fromListOfPairs(const QList< std::pair< QByteArray, QByteArray > > &headers) | QHttpHeaders | static |
| fromMultiHash(const QMultiHash< QByteArray, QByteArray > &headers) | QHttpHeaders | static |
| fromMultiMap(const QMultiMap< QByteArray, QByteArray > &headers) | QHttpHeaders | static |
| insert(qsizetype i, QAnyStringView name, QAnyStringView value) | QHttpHeaders | |
| insert(qsizetype i, WellKnownHeader name, QAnyStringView value) | QHttpHeaders | |
| intValue(QAnyStringView name) const noexcept | QHttpHeaders | |
| intValue(WellKnownHeader name) const noexcept | QHttpHeaders | |
| intValueAt(qsizetype i) const noexcept | QHttpHeaders | |
| intValues(QAnyStringView name) const | QHttpHeaders | |
| intValues(WellKnownHeader name) const | QHttpHeaders | |
| intValues | QHttpHeaders | related |
| intValues | QHttpHeaders | related |
| isEmpty() const noexcept | QHttpHeaders | inline |
| nameAt(qsizetype i) const noexcept | QHttpHeaders | |
| operator<<(QDebug debug, const QHttpHeaders &headers) | QHttpHeaders | friend |
| operator=(const QHttpHeaders &other) | QHttpHeaders | |
| QHttpHeaders() noexcept | QHttpHeaders | |
| QHttpHeaders(const QHttpHeaders &other) | QHttpHeaders | |
| QHttpHeaders(QHttpHeaders &&other) noexcept=default | QHttpHeaders | |
| removeAll(QAnyStringView name) | QHttpHeaders | |
| removeAll(WellKnownHeader name) | QHttpHeaders | |
| removeAt(qsizetype i) | QHttpHeaders | |
| replace(qsizetype i, QAnyStringView name, QAnyStringView newValue) | QHttpHeaders | |
| replace(qsizetype i, WellKnownHeader name, QAnyStringView newValue) | QHttpHeaders | |
| replaceOrAppend(QAnyStringView name, QAnyStringView newValue) | QHttpHeaders | |
| replaceOrAppend(WellKnownHeader name, QAnyStringView newValue) | QHttpHeaders | |
| reserve(qsizetype size) | QHttpHeaders | |
| setDateTimeValue(QAnyStringView name, const QDateTime &dateTime) | QHttpHeaders | |
| setDateTimeValue(WellKnownHeader name, const QDateTime &dateTime) | QHttpHeaders | |
| setDateTimeValue | QHttpHeaders | related |
| setDateTimeValue | QHttpHeaders | related |
| size() const noexcept | QHttpHeaders | |
| swap(QHttpHeaders &other) noexcept | QHttpHeaders | inline |
| toListOfPairs() const | QHttpHeaders | |
| toMultiHash() const | QHttpHeaders | |
| toMultiMap() const | QHttpHeaders | |
| value(QAnyStringView name, QByteArrayView defaultValue={}) const noexcept | QHttpHeaders | |
| value(WellKnownHeader name, QByteArrayView defaultValue={}) const noexcept | QHttpHeaders | |
| valueAt(qsizetype i) const noexcept | QHttpHeaders | |
| values(QAnyStringView name) const | QHttpHeaders | |
| values(WellKnownHeader name) const | QHttpHeaders | |
| WellKnownHeader enum name | QHttpHeaders | |
| wellKnownHeaderName(WellKnownHeader name) noexcept | QHttpHeaders | static |
| ~QHttpHeaders() | QHttpHeaders |