The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::Network::QHttpHeader

PUBLIC METHODS

QHttpHeader()
QHttpHeader(const QHttpHeader & header)
QHttpHeader(const QString & str)
~QHttpHeader()
void addValue(const QString & key, const QString & value)
QStringList allValues(const QString & key)
uint contentLength()
QString contentType()
bool hasContentLength()
bool hasContentType()
bool hasKey(const QString & key)
bool isValid()
QStringList keys()
int majorVersion()
int minorVersion()
QHttpHeader & operator=(const QHttpHeader & h)
void removeAllValues(const QString & key)
void removeValue(const QString & key)
void setContentLength(int len)
void setContentType(const QString & type)
void setValue(const QString & key, const QString & value)
void setValues(const QList<QPair<QString,QString> > & values)
QString toString()
QString value(const QString & key)
QList<QPair<QString,QString> > values()

ENUM VALUES

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2012 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html