qthttpserver/tests/auto/qhttpserverresponder/qhttpserverresponder.pro
Jesus Fernandez f53818c8ef Introduce QHttpServerResponder
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>
2018-09-26 12:38:56 +00:00

6 lines
119 B
Prolog

CONFIG += testcase
TARGET = tst_qhttpserverresponder
SOURCES += tst_qhttpserverresponder.cpp
QT = httpserver testlib