Add support for PUT & POST to qget test
authorShane Kearns <ext-shane.2.kearns@nokia.com>
Thu, 22 Mar 2012 16:24:17 +0000 (16:24 +0000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 2 Apr 2012 14:56:48 +0000 (16:56 +0200)
commitb08f74f08939be310a79b5efcb5721e35c5deb21
tree3e0458052b2c9c67c33627e86afd84eb89f14ab7
parent565da6030fc2396d8d00baa65196cfc1f5d63f27
Add support for PUT & POST to qget test

Due to some bugs that are not reproducable with a normal HTTP GET
This patch also adds the option to process multiple URLs
serially (using application level queuing) rather than the default
parallel (using QNetworkAccessManager queuing on 6 TCP connections)
& renames the authentication command line options to match wget.

Change-Id: I10915feb3bba23abbd7a72f9844c03f347f9bff5
Reviewed-by: Richard J. Moore <rich@kde.org>
Reviewed-by: Martin Petersson <Martin.Petersson@nokia.com>
tests/manual/qnetworkaccessmanager/qget/downloadmanager.cpp [new file with mode: 0644]
tests/manual/qnetworkaccessmanager/qget/qget.cpp
tests/manual/qnetworkaccessmanager/qget/qget.h
tests/manual/qnetworkaccessmanager/qget/qget.pro
tests/manual/qnetworkaccessmanager/qget/transferitem.cpp [new file with mode: 0644]