qt5base-lts/tests/auto/network/access
Timur Pocheptsov 8052755fd7 Add means to configure HTTP/2 protocol handler
Similar to TLS configuration that we can use on QNetworkRequest,
we can configure different options in our HTTP/2 handling by
providing QNetworkAccessManager with h2 configuration. Previously,
it was only possible internally in our auto-test - a hack with
QObject's properties and a private class. Now it's time to provide
a public API for this.

[ChangeLog][QtNetwork][QNetworkRequest] Add an ability to configure HTTP/2 protocol

Change-Id: I80266a74f6dcdfabb7fc05ed1dce17897bcda886
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
2019-08-20 07:19:43 +02:00
..
hpack Hpack - fix the static lookup 2019-03-04 16:18:14 +00:00
hsts Auto-tests: remove unneeded 'gui' from QT variable 2018-04-18 14:22:26 +00:00
http2 Add means to configure HTTP/2 protocol handler 2019-08-20 07:19:43 +02:00
qabstractnetworkcache Update for failures only on dev branch. Use general platform names 2019-08-19 18:22:11 +02:00
qftp Update for failures only on dev branch. Use general platform names 2019-08-19 18:22:11 +02:00
qhttpnetworkconnection Expose docker test server as an internal config to all modules 2019-04-25 15:33:06 +00:00
qhttpnetworkreply Replace Q_NULLPTR with nullptr where possible 2017-09-19 11:53:55 +00:00
qnetworkaccessmanager QNetworkReply: fix isFinished() for disabled replies 2018-03-17 08:38:29 +00:00
qnetworkcachemetadata
qnetworkcookie
qnetworkcookiejar Tests: Simplify MyCookieJar 2019-04-29 14:11:00 +00:00
qnetworkdiskcache Change almost all other uses of qrand() to QRandomGenerator 2017-11-08 09:14:03 +00:00
qnetworkreply Update for failures only on dev branch. Use general platform names 2019-08-19 18:22:11 +02:00
qnetworkrequest QNetworkRequest: make the default ctor implicit 2019-07-15 13:07:10 +02:00
spdy Update for failures only on dev branch. Use general platform names 2019-08-19 18:22:11 +02:00
access.pro