![]() |
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 |
Public Attributes inherited from QSharedData | |
QAtomicInt | ref |
Public Attributes inherited from QNetworkHeadersPrivate | |
struct { | |
RawHeadersList headersList | |
bool isCached = false | |
} | rawHeaderCache |
QHttpHeaders | httpHeaders |
CookedHeadersMap | cookedHeaders |
AttributesMap | attributes |
QPointer< QObject > | originatingObject |
Additional Inherited Members | |
Public Types inherited from QNetworkHeadersPrivate | |
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 Public Member Functions inherited from QNetworkHeadersPrivate | |
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 36 of file qhttpmultipart_p.h.
|
inline |
Definition at line 39 of file qhttpmultipart_p.h.
|
inline |
Definition at line 42 of file qhttpmultipart_p.h.
|
inline |
Definition at line 47 of file qhttpmultipart_p.h.
qint64 QHttpPartPrivate::bytesAvailable | ( | ) | const |
Definition at line 317 of file qhttpmultipart.cpp.
|
inline |
Definition at line 54 of file qhttpmultipart_p.h.
Definition at line 330 of file qhttpmultipart.cpp.
bool QHttpPartPrivate::reset | ( | ) |
Definition at line 376 of file qhttpmultipart.cpp.
|
inline |
Definition at line 66 of file qhttpmultipart_p.h.
Definition at line 62 of file qhttpmultipart_p.h.
qint64 QHttpPartPrivate::size | ( | ) | const |
Definition at line 364 of file qhttpmultipart.cpp.
QByteArray QHttpPartPrivate::body |
Definition at line 78 of file qhttpmultipart_p.h.
QIODevice* QHttpPartPrivate::bodyDevice |
Definition at line 79 of file qhttpmultipart_p.h.