mirror of
https://github.com/QuasarApp/qthttpserver.git
synced 2025-05-21 13:59:38 +00:00
It encapsulates the socket and gives an API to answer the received requests. Change-Id: Ic95db2c50224a650a02b206faca9a0ff8d1cc62b Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> Reviewed-by: Ryan Chu <ryan.chu@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
6 lines
119 B
Prolog
6 lines
119 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qhttpserverresponder
|
|
SOURCES += tst_qhttpserverresponder.cpp
|
|
|
|
QT = httpserver testlib
|