List of All Members for QHttpHeaders

This is the complete list of members for QHttpHeaders, including inherited members.

  • 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 &