mirror of
https://github.com/QuasarApp/qthttpserver.git
synced 2025-05-16 19:39:39 +00:00
Currently we have a lot of duplication of most common HTTP headers and their values. This patch moves them to one place. Change-Id: Idf9ddc5164e81649b4cc37ed92a516eb1eedab3a Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> Reviewed-by: Tasuku Suzuki <tasuku.suzuki@qbc.io>
8 lines
158 B
Prolog
8 lines
158 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qhttpserverresponder
|
|
SOURCES += tst_qhttpserverresponder.cpp
|
|
|
|
QT = httpserver httpserver-private testlib
|
|
|
|
TESTDATA += *.html
|