![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qhttpmultipart_p.h>
Public Attributes | ||
QByteArray | body | |
QIODevice * | bodyDevice | |
![]() | ||
QAtomicInt | ref | |
![]() | ||
struct { | ||
RawHeadersList headersList | ||
bool isCached = false | ||
} | rawHeaderCache | |
QHttpHeaders | httpHeaders | |
CookedHeadersMap | cookedHeaders | |
AttributesMap | attributes | |
QPointer< QObject > | originatingObject | |
Additional Inherited Members | |
![]() | |
typedef std::pair< QByteArray, QByteArray > | RawHeaderPair |
typedef QList< RawHeaderPair > | RawHeadersList |
typedef QHash< QNetworkRequest::KnownHeaders, QVariant > | CookedHeadersMap |
typedef QHash< QNetworkRequest::Attribute, QVariant > | AttributesMap |
typedef QList< QNetworkCookie > | NetworkCookieList |
![]() | |
static QDateTime | fromHttpDate (QByteArrayView value) |
static QByteArray | toHttpDate (const QDateTime &dt) |
static std::optional< qint64 > | toInt (QByteArrayView value) |
static QByteArray | fromCookieList (const NetworkCookieList &cookies) |
static std::optional< NetworkCookieList > | toSetCookieList (const QList< QByteArray > &values) |
static std::optional< NetworkCookieList > | toCookieList (const QList< QByteArray > &values) |
static RawHeadersList | fromHttpToRaw (const QHttpHeaders &headers) |
static QHttpHeaders | fromRawToHttp (const RawHeadersList &raw) |
Definition at line 35 of file qhttpmultipart_p.h.
|
inline |
Definition at line 38 of file qhttpmultipart_p.h.
|
inline |
Definition at line 41 of file qhttpmultipart_p.h.
|
inline |
Definition at line 46 of file qhttpmultipart_p.h.
qint64 QHttpPartPrivate::bytesAvailable | ( | ) | const |
Definition at line 316 of file qhttpmultipart.cpp.
|
inline |
Definition at line 53 of file qhttpmultipart_p.h.
Definition at line 329 of file qhttpmultipart.cpp.
bool QHttpPartPrivate::reset | ( | ) |
Definition at line 375 of file qhttpmultipart.cpp.
|
inline |
Definition at line 65 of file qhttpmultipart_p.h.
Definition at line 61 of file qhttpmultipart_p.h.
qint64 QHttpPartPrivate::size | ( | ) | const |
Definition at line 363 of file qhttpmultipart.cpp.
QByteArray QHttpPartPrivate::body |
Definition at line 77 of file qhttpmultipart_p.h.
QIODevice* QHttpPartPrivate::bodyDevice |
Definition at line 78 of file qhttpmultipart_p.h.