4#ifndef QHTTPMULTIPART_H
5#define QHTTPMULTIPART_H
7#include <QtNetwork/qtnetworkglobal.h>
8#include <QtCore/QSharedDataPointer>
9#include <QtCore/QByteArray>
10#include <QtCore/QIODevice>
11#include <QtNetwork/QNetworkRequest>
73 void setContentType(ContentType contentType);
IOBluetoothDevice * device
The QHttpMultiPart class resembles a MIME multipart message to be sent over HTTP.
ContentType
List of known content types for a multipart subtype as described in RFC 2046 and others.
The QHttpPart class holds a body part to be used inside a HTTP multipart MIME message.
bool operator!=(const QHttpPart &other) const
Returns true if this object is not the same as other.
QHttpPart & operator=(QHttpPart &&other) noexcept
void swap(QHttpPart &other) noexcept
\inmodule QtCore \reentrant
The QNetworkAccessManager class allows the application to send network requests and receive replies.
KnownHeaders
List of known header types that QNetworkRequest parses.
list append(new Employee("Blackpool", "Stephen"))
Combined button and popup list for selecting options.
static QString header(const QString &name)
EGLOutputLayerEXT EGLint EGLAttrib value
[5]
static QByteArray headerValue(QNetworkRequest::KnownHeaders header, const QVariant &value)
static QByteArray headerName(QNetworkRequest::KnownHeaders header)
bool operator==(const QRandomGenerator &rng1, const QRandomGenerator &rng2)
#define QT_REQUIRE_CONFIG(feature)
imagePart setBodyDevice(file)
textPart setBody("my text")
textPart setHeader(QNetworkRequest::ContentDispositionHeader, QVariant("form-data; name=\"text\""))
imagePart setRawHeader("Content-ID", "my@content.id")
IUIAutomationTreeWalker __RPC__deref_out_opt IUIAutomationElement ** parent