qt5base-lts/examples/network/http
Mårten Nordheim dfca01e186 Update the HTTP example
- Extended the documentation talking about it
- Initialize members in the header rather than in the ctor
- Some formatting changes
- Prefer connect-ing to QNetworkReply rather than QNAM for sslErrors
    - Because we didn't use the QNetworkReply* argument
- Put the QNetworkReply pointer in a managed pointer
- Removed the code explicitly handling a redirect (it's the new default)
- Edited HttpWindow::httpFinished so that there're less places to reset
    the reply pointer
- Updated some ifdefs I didn't update when I was revamping this example
    3 years ago

Task-number: QTBUG-87306
Change-Id: I10a6f756c09908f199ac9c61e28b49625af10105
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
2020-10-28 08:48:26 +02:00
..
authenticationdialog.ui Polish the HTTP example. 2015-11-05 13:54:13 +00:00
CMakeLists.txt CMake: Regenerate examples to set the WIN32_EXECUTABLE property 2020-10-27 12:49:39 +01:00
http.pro Examples: request Android storage permissions when using QStandardPaths 2020-02-26 23:07:48 +02:00
httpwindow.cpp Update the HTTP example 2020-10-28 08:48:26 +02:00
httpwindow.h Update the HTTP example 2020-10-28 08:48:26 +02:00
main.cpp Examples: use QDialog::showMaximaized() for Android 2020-03-03 12:39:56 +02:00