qt6-bb10/tests/auto/network/access
Timur Pocheptsov 4c27221295 Refactor Http2::FrameReader/Http2::FrameWriter
Introduce  new entity: class Http2::Frame with accessors like
payloadSize/type/flags/streamID etc. (they actually read
/interpret raw bytes from a frame's buffer) instead of
duplicating this functionality in reader/writer classes.
Delete defaulted members and remove explicitly defined
move ctors/operators (not needed actually).

Update auto-test ('HTTP/2 server') to use these new classes.

Change-Id: Ie3516efbd095704e212142eef9e792323678ccfa
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2016-08-19 16:26:36 +00:00
..
hpack HPACK implementation 2016-06-15 11:26:45 +00:00
http2 Refactor Http2::FrameReader/Http2::FrameWriter 2016-08-19 16:26:36 +00:00
qabstractnetworkcache qabstractnetworkcache - enable several tests 2016-01-26 13:12:03 +00:00
qftp Use qtConfig throughout in qtbase 2016-08-19 04:28:05 +00:00
qhttpnetworkconnection Use qtConfig throughout in qtbase 2016-08-19 04:28:05 +00:00
qhttpnetworkreply Use qtConfig throughout in qtbase 2016-08-19 04:28:05 +00:00
qnetworkaccessmanager Updated license headers 2016-01-21 18:55:18 +00:00
qnetworkcachemetadata Updated license headers 2016-01-21 18:55:18 +00:00
qnetworkcookie Updated license headers 2016-01-21 18:55:18 +00:00
qnetworkcookiejar Updated license headers 2016-01-21 18:55:18 +00:00
qnetworkdiskcache Updated license headers 2016-01-21 18:55:18 +00:00
qnetworkreply Use qtConfig throughout in qtbase 2016-08-19 04:28:05 +00:00
qnetworkrequest Updated license headers 2016-01-21 18:55:18 +00:00
spdy Updated license headers 2016-01-21 18:55:18 +00:00
access.pro Use qtConfig throughout in qtbase 2016-08-19 04:28:05 +00:00