![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Types | |
using | Self = QExplicitlySharedDataPointer<QHttpHeadersPrivate> |
using | Self = QExplicitlySharedDataPointer<QHttpHeadersPrivate> |
Static Public Member Functions | |
static void | removeAll (Self &d, const HeaderName &name) |
static void | replaceOrAppend (Self &d, const HeaderName &name, QByteArray value) |
static void | removeAll (Self &d, const HeaderName &name) |
static void | replaceOrAppend (Self &d, const HeaderName &name, QByteArray value) |
Public Attributes | |
QList< Header > | headers |
Public Attributes inherited from QSharedData | |
QAtomicInt | ref |
Definition at line 789 of file qhttpheaders.cpp.
Definition at line 796 of file qhttpheaders.cpp.
Definition at line 796 of file qhttpheaders.cpp.
|
default |
|
default |
void QHttpHeadersPrivate::combinedValue | ( | const HeaderName & | name, |
QByteArray & | result ) const |
Definition at line 836 of file qhttpheaders.cpp.
void QHttpHeadersPrivate::combinedValue | ( | const HeaderName & | name, |
QByteArray & | result ) const |
|
noexcept |
Definition at line 891 of file qhttpheaders.cpp.
|
noexcept |
void QHttpHeadersPrivate::forEachHeader | ( | QAnyStringView | name, |
qxp::function_ref< void(QByteArrayView)> | yield ) |
Definition at line 882 of file qhttpheaders.cpp.
void QHttpHeadersPrivate::forEachHeader | ( | QAnyStringView | name, |
qxp::function_ref< void(QByteArrayView)> | yield ) |
|
static |
Definition at line 821 of file qhttpheaders.cpp.
References headerNameMatches().
|
static |
|
static |
Definition at line 865 of file qhttpheaders.cpp.
References headerNameMatches().
|
static |
|
noexcept |
Definition at line 856 of file qhttpheaders.cpp.
|
noexcept |
void QHttpHeadersPrivate::values | ( | const HeaderName & | name, |
QList< QByteArray > & | result ) const |
Definition at line 848 of file qhttpheaders.cpp.
void QHttpHeadersPrivate::values | ( | const HeaderName & | name, |
QList< QByteArray > & | result ) const |
Definition at line 807 of file qhttpheaders.cpp.