summaryrefslogtreecommitdiffstats
path: root/src/network/access/http2/http2.pri
Commit message (Collapse)AuthorAgeFilesLines
* HTTP2 protocol handlerTimur Pocheptsov2016-07-081-2/+8
| | | | | | | | | | Add HTTP2 support in QNAM - QHttp2ProtocolHandler + aux. classes. [ChangeLog][QtNetwork] Added support for HTTP/2 protocol Task-number: QTBUG-50956 Change-Id: I3a119cfbb1fb3118d9003225f5e54b46ae2829b6 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
* HPACK implementationTimur Pocheptsov2016-06-151-0/+11
Static Huffman coding + HPACK encode/decode algorithm (for HTTP2) + auto test. Change-Id: I85d6269076cc1d586d17c87bcdee49c21522ef78 Task-number: QTBUG-50946 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>