QHttpPart Class Reference

QHttpPart Class Reference

#include <qhttpmultipart.h>

Class Description

Definition at line 58 of file qhttpmultipart.h.

Public Member Functions

 QHttpPart ()
 
 QHttpPart (const QHttpPart &other)
 
 ~QHttpPart ()
 
QHttpPartoperator= (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
 

Constructor & Destructor Documentation

QHttpPart ( )
QHttpPart ( const QHttpPart other)
~QHttpPart ( )

Member Function Documentation

QHttpPart& operator= ( const QHttpPart other)
bool operator== ( const QHttpPart other) const
bool operator!= ( const QHttpPart other) const
inline

Definition at line 66 of file qhttpmultipart.h.

67  { return !operator==(other); }
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 And Related Function Documentation

friend class QHttpMultiPartIODevice
friend

Definition at line 78 of file qhttpmultipart.h.


The documentation for this class was generated from the following file: