[Qt-interest] QHttp howto get response code ? e.g 200 , 404
Markus Goetz
Markus.Goetz at nokia.com
Sun Mar 14 17:31:52 CET 2010
ext Aaron Lewis wrote:
> Hi,
> I have a QHttp class , and after it sends data to server , i'd like
> to know the Http Response Code
>
Please use QNetworkAccessManager. QHttp is deprecated.
QNetworkReply then as an .attribute() for this
http://doc.trolltech.com/main-snapshot/qnetworkrequest.html#Attribute-enum
Markus
More information about the Qt-interest-old
mailing list