qt5base-lts/tests/auto/network/access/hpack/hpack.pro
Timur Pocheptsov 71f507788b HPACK implementation
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>
2016-06-15 11:26:45 +00:00

7 lines
155 B
Prolog

QT += core core-private network network-private testlib
CONFIG += testcase parallel_test c++14
TEMPLATE = app
TARGET = tst_hpack
SOURCES += tst_hpack.cpp