Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QHttpHeaders Member List

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) constQHttpHeaders
combinedValue(WellKnownHeader name) constQHttpHeaders
contains(QAnyStringView name) constQHttpHeaders
contains(WellKnownHeader name) constQHttpHeaders
fromListOfPairs(const QList< std::pair< QByteArray, QByteArray > > &headers)QHttpHeadersstatic
fromMultiHash(const QMultiHash< QByteArray, QByteArray > &headers)QHttpHeadersstatic
fromMultiMap(const QMultiMap< QByteArray, QByteArray > &headers)QHttpHeadersstatic
insert(qsizetype i, QAnyStringView name, QAnyStringView value)QHttpHeaders
insert(qsizetype i, WellKnownHeader name, QAnyStringView value)QHttpHeaders
isEmpty() const noexceptQHttpHeadersinline
nameAt(qsizetype i) const noexceptQHttpHeaders
operator<<QHttpHeadersfriend
operator=(const QHttpHeaders &other)QHttpHeaders
QHttpHeaders() noexceptQHttpHeaders
QHttpHeaders(const QHttpHeaders &other)QHttpHeaders
QHttpHeaders(QHttpHeaders &&other) noexcept=defaultQHttpHeaders
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
size() const noexceptQHttpHeaders
swap(QHttpHeaders &other) noexceptQHttpHeadersinline
toListOfPairs() constQHttpHeaders
toMultiHash() constQHttpHeaders
toMultiMap() constQHttpHeaders
value(QAnyStringView name, QByteArrayView defaultValue={}) const noexceptQHttpHeaders
value(WellKnownHeader name, QByteArrayView defaultValue={}) const noexceptQHttpHeaders
valueAt(qsizetype i) const noexceptQHttpHeaders
values(QAnyStringView name) constQHttpHeaders
values(WellKnownHeader name) constQHttpHeaders
WellKnownHeader enum nameQHttpHeaders
wellKnownHeaderName(WellKnownHeader name) noexceptQHttpHeadersstatic
~QHttpHeaders()QHttpHeaders