qt5base-lts/tests/auto/network/access/http2
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
..
certs HTTP2 - autotest 2016-07-14 10:20:36 +00:00
http2.pro Merge remote-tracking branch 'origin/5.11' into 5.12 2018-11-27 01:00:09 +01:00
http2srv.cpp Add means to configure HTTP/2 protocol handler 2019-08-20 07:19:43 +02:00
http2srv.h Add means to configure HTTP/2 protocol handler 2019-08-20 07:19:43 +02:00
tst_http2.cpp Add means to configure HTTP/2 protocol handler 2019-08-20 07:19:43 +02:00