List of All Members for QHttpHeaders

Esta es la lista completa de miembros de QHttpHeaders, incluyendo los miembros heredados.

  • enum class WellKnownHeader
  • QHttpHeaders()
  • QHttpHeaders(const QHttpHeaders &)
  • QHttpHeaders(QHttpHeaders &&)
  • ~QHttpHeaders()
  • append(QAnyStringView, QAnyStringView) : bool
  • append(QHttpHeaders::WellKnownHeader, QAnyStringView) : bool
  • clear()
  • combinedValue(QAnyStringView) const : QByteArray
  • combinedValue(QHttpHeaders::WellKnownHeader) const : QByteArray
  • contains(QAnyStringView) const : bool
  • contains(QHttpHeaders::WellKnownHeader) const : bool
  • dateTimeValue(QAnyStringView) const : std::optional<QDateTime>
  • dateTimeValue(QHttpHeaders::WellKnownHeader) const : std::optional<QDateTime>
  • dateTimeValueAt(qsizetype) const : std::optional<QDateTime>
  • dateTimeValues(QAnyStringView) const : std::optional<QList<QDateTime>>
  • dateTimeValues(QHttpHeaders::WellKnownHeader) const : std::optional<QList<QDateTime>>
  • fromListOfPairs(const QList<std::pair<QByteArray, QByteArray>> &) : QHttpHeaders
  • fromMultiHash(const QMultiHash<QByteArray, QByteArray> &) : QHttpHeaders
  • fromMultiMap(const QMultiMap<QByteArray, QByteArray> &) : QHttpHeaders
  • insert(qsizetype, QAnyStringView, QAnyStringView) : bool
  • insert(qsizetype, QHttpHeaders::WellKnownHeader, QAnyStringView) : bool
  • intValue(QAnyStringView) const : std::optional<qint64>
  • intValue(QHttpHeaders::WellKnownHeader) const : std::optional<qint64>
  • intValueAt(qsizetype) const : std::optional<qint64>
  • intValues(QAnyStringView) const : std::optional<QList<qint64>>
  • intValues(QHttpHeaders::WellKnownHeader) const : std::optional<QList<qint64>>
  • isEmpty() const : bool
  • nameAt(qsizetype) const : QLatin1StringView
  • removeAll(QAnyStringView)
  • removeAll(QHttpHeaders::WellKnownHeader)
  • removeAt(qsizetype)
  • replace(qsizetype, QAnyStringView, QAnyStringView) : bool
  • replace(qsizetype, QHttpHeaders::WellKnownHeader, QAnyStringView) : bool
  • replaceOrAppend(QHttpHeaders::WellKnownHeader, QAnyStringView) : bool
  • replaceOrAppend(QAnyStringView, QAnyStringView) : bool
  • reserve(qsizetype)
  • setDateTimeValue(QAnyStringView, const QDateTime &)
  • setDateTimeValue(QHttpHeaders::WellKnownHeader, const QDateTime &)
  • size() const : qsizetype
  • swap(QHttpHeaders &)
  • toListOfPairs() const : QList<std::pair<QByteArray, QByteArray>>
  • toMultiHash() const : QMultiHash<QByteArray, QByteArray>
  • toMultiMap() const : QMultiMap<QByteArray, QByteArray>
  • value(QAnyStringView, QByteArrayView) const : QByteArrayView
  • value(QHttpHeaders::WellKnownHeader, QByteArrayView) const : QByteArrayView
  • valueAt(qsizetype) const : QByteArrayView
  • values(QAnyStringView) const : QList<QByteArray>
  • values(QHttpHeaders::WellKnownHeader) const : QList<QByteArray>
  • wellKnownHeaderName(QHttpHeaders::WellKnownHeader) : QByteArrayView
  • operator=(QHttpHeaders &&) : QHttpHeaders &
  • operator=(const QHttpHeaders &) : QHttpHeaders &

© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.