42 #ifndef QHTTPMULTIPART_H 43 #define QHTTPMULTIPART_H 45 #include <QtCore/QSharedDataPointer> 46 #include <QtCore/QByteArray> 47 #include <QtNetwork/QNetworkRequest> 119 #endif // QHTTPMULTIPART_H The QVariant class acts like a union for the most common Qt data types.
bool operator!=(const QHttpPart &other) const
Returns true if this object is not the same as other.
#define QT_END_NAMESPACE
This macro expands to.
static QByteArray headerName(QNetworkRequest::KnownHeaders header)
The QByteArray class provides an array of bytes.
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
The QObject class is the base class of all Qt objects.
KnownHeaders
List of known header types that QNetworkRequest parses.
#define QT_BEGIN_NAMESPACE
This macro expands to.
QSharedDataPointer< QHttpPartPrivate > d
The QNetworkAccessManager class allows the application to send network requests and receive replies...
The QHttpMultiPart class resembles a MIME multipart message to be sent over HTTP. ...
The QHttpPart class holds a body part to be used inside a HTTP multipart MIME message.
ContentType
List of known content types for a multipart subtype as described in RFC 2046 and others.
#define Q_DECLARE_PRIVATE(Class)
The QIODevice class is the base interface class of all I/O devices in Qt.
static QByteArray headerValue(QNetworkRequest::KnownHeaders header, const QVariant &value)
bool operator==(QBool b1, bool b2)