qt5base-lts/tests/auto/network/access/http2
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
..
certs HTTP2 - autotest 2016-07-14 10:20:36 +00:00
http2.pro Enable cleartext HTTP/2 and bring the auto-test back to life 2016-08-11 15:38:20 +00:00
http2srv.cpp Refactor Http2::FrameReader/Http2::FrameWriter 2016-08-19 16:26:36 +00:00
http2srv.h Refactor Http2::FrameReader/Http2::FrameWriter 2016-08-19 16:26:36 +00:00
tst_http2.cpp Enable cleartext HTTP/2 and bring the auto-test back to life 2016-08-11 15:38:20 +00:00