diff options
author | Markus Goetz <Markus.Goetz@nokia.com> | 2009-06-12 11:03:29 (GMT) |
---|---|---|
committer | Markus Goetz <Markus.Goetz@nokia.com> | 2009-06-12 12:34:32 (GMT) |
commit | 0265a36425cfcb01d7c35fbb4a7c5907893972a1 (patch) | |
tree | fd24dab4acdd9b6d35e999752fbe8dd3ebe22bd4 /src/network | |
parent | c9336aafb28177954b627bf8e7a7a0c9bbda1eca (diff) | |
download | Qt-0265a36425cfcb01d7c35fbb4a7c5907893972a1.zip Qt-0265a36425cfcb01d7c35fbb4a7c5907893972a1.tar.gz Qt-0265a36425cfcb01d7c35fbb4a7c5907893972a1.tar.bz2 |
QHttp: Class made obsolete, changed module QDoc.
This should better communicate that new applications should
use QNetworkAccessManager.
Reviewed-by: David Boddie
Diffstat (limited to 'src/network')
-rw-r--r-- | src/network/access/qhttp.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/network/access/qhttp.cpp b/src/network/access/qhttp.cpp index 49ce5a3..711de24 100644 --- a/src/network/access/qhttp.cpp +++ b/src/network/access/qhttp.cpp @@ -1413,6 +1413,7 @@ QString QHttpRequestHeader::toString() const ****************************************************/ /*! \class QHttp + \obsolete \reentrant \brief The QHttp class provides an implementation of the HTTP protocol. @@ -1422,10 +1423,11 @@ QString QHttpRequestHeader::toString() const \mainclass This class provides a direct interface to HTTP that allows you to - have more control over the requests and that allows you to access - the response header fields. However, for new applications, it is + download and upload data with the HTTP protocol. + However, for new applications, it is recommended to use QNetworkAccessManager and QNetworkReply, as - those classes possess a simpler, yet more powerful API. + those classes possess a simpler, yet more powerful API + and a more modern protocol implementation. The class works asynchronously, so there are no blocking functions. If an operation cannot be executed immediately, the |