![]() |
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 926 of file qhttpheaders.cpp.
Definition at line 933 of file qhttpheaders.cpp.
Definition at line 933 of file qhttpheaders.cpp.
|
default |
|
default |
| void QHttpHeadersPrivate::combinedValue | ( | const HeaderName & | name, |
| QByteArray & | result ) const |
Definition at line 973 of file qhttpheaders.cpp.
| void QHttpHeadersPrivate::combinedValue | ( | const HeaderName & | name, |
| QByteArray & | result ) const |
|
noexcept |
Definition at line 1028 of file qhttpheaders.cpp.
|
noexcept |
| void QHttpHeadersPrivate::forEachHeader | ( | QAnyStringView | name, |
| qxp::function_ref< void(QByteArrayView)> | yield ) |
Definition at line 1019 of file qhttpheaders.cpp.
| void QHttpHeadersPrivate::forEachHeader | ( | QAnyStringView | name, |
| qxp::function_ref< void(QByteArrayView)> | yield ) |
|
static |
Definition at line 958 of file qhttpheaders.cpp.
References headerNameMatches().
|
static |
|
static |
Definition at line 1002 of file qhttpheaders.cpp.
References headerNameMatches().
|
static |
|
noexcept |
Definition at line 993 of file qhttpheaders.cpp.
|
noexcept |
| void QHttpHeadersPrivate::values | ( | const HeaderName & | name, |
| QList< QByteArray > & | result ) const |
Definition at line 985 of file qhttpheaders.cpp.
| void QHttpHeadersPrivate::values | ( | const HeaderName & | name, |
| QList< QByteArray > & | result ) const |
Definition at line 944 of file qhttpheaders.cpp.