42 #ifndef QHTTPNETWORKHEADER_H 43 #define QHTTPNETWORKHEADER_H 66 virtual QUrl url()
const = 0;
67 virtual void setUrl(
const QUrl &url) = 0;
69 virtual int majorVersion()
const = 0;
70 virtual int minorVersion()
const = 0;
72 virtual qint64 contentLength()
const = 0;
73 virtual void setContentLength(
qint64 length) = 0;
88 qint64 contentLength()
const;
89 void setContentLength(
qint64 length);
105 #endif // QHTTPNETWORKHEADER_H #define QT_END_NAMESPACE
This macro expands to.
The QByteArray class provides an array of bytes.
The QUrl class provides a convenient interface for working with URLs.
#define QT_BEGIN_NAMESPACE
This macro expands to.
static const char * data(const QByteArray &arr)
The QSharedData class is a base class for shared data objects.
#define Q_AUTOTEST_EXPORT
bool operator==(QBool b1, bool b2)
The QList class is a template class that provides lists.