Home · All Classes · Modules

QHttpHeader Class Reference
[QtNetwork module]

Inherited by QHttpRequestHeader and QHttpResponseHeader.

Methods


Detailed Description


Method Documentation

QHttpHeader.__init__ (self)

QHttpHeader.__init__ (self, QHttpHeader)

QHttpHeader.__init__ (self, QString)

QHttpHeader.addValue (self, QString, QString)

QStringList QHttpHeader.allValues (self, QString)

int QHttpHeader.contentLength (self)

QString QHttpHeader.contentType (self)

bool QHttpHeader.hasContentLength (self)

bool QHttpHeader.hasContentType (self)

bool QHttpHeader.hasKey (self, QString)

bool QHttpHeader.isValid (self)

QStringList QHttpHeader.keys (self)

int QHttpHeader.majorVersion (self)

This method is abstract and should be reimplemented in any sub-class.

int QHttpHeader.minorVersion (self)

This method is abstract and should be reimplemented in any sub-class.

bool QHttpHeader.parse (self, QString)

bool QHttpHeader.parseLine (self, QString, int)

QHttpHeader.removeAllValues (self, QString)

QHttpHeader.removeValue (self, QString)

QHttpHeader.setContentLength (self, int)

QHttpHeader.setContentType (self, QString)

QHttpHeader.setValid (self, bool)

QHttpHeader.setValue (self, QString, QString)

QHttpHeader.setValues (self, list-of-tuple-of-QString-QString)

QString QHttpHeader.toString (self)

QString QHttpHeader.value (self, QString)

list-of-tuple-of-QString-QString QHttpHeader.values (self)


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0