#include <qhttpmultipart.h>
Definition at line 58 of file qhttpmultipart.h.
Public Member Functions | |
QHttpPart () | |
QHttpPart (const QHttpPart &other) | |
~QHttpPart () | |
QHttpPart & | operator= (const QHttpPart &other) |
bool | operator== (const QHttpPart &other) const |
bool | operator!= (const QHttpPart &other) const |
void | setHeader (QNetworkRequest::KnownHeaders header, const QVariant &value) |
void | setRawHeader (const QByteArray &headerName, const QByteArray &headerValue) |
void | setBody (const QByteArray &body) |
void | setBodyDevice (QIODevice *device) |
Friends | |
class | QHttpMultiPartIODevice |
QHttpPart | ( | ) |
~QHttpPart | ( | ) |
bool operator== | ( | const QHttpPart & | other | ) | const |
|
inline |
Definition at line 66 of file qhttpmultipart.h.
void setHeader | ( | QNetworkRequest::KnownHeaders | header, |
const QVariant & | value | ||
) |
void setRawHeader | ( | const QByteArray & | headerName, |
const QByteArray & | headerValue | ||
) |
void setBody | ( | const QByteArray & | body | ) |
|
friend |
Definition at line 78 of file qhttpmultipart.h.