Files
thehub/testing/httpengine/resource.qrc
TomZ 01641773e1 Import httpengine library
This C++ library is a small framework which creates a full
http(s) server.

This is imported code from the qhttpengine open source project.
I modified some core components in order to make this framework
multi-threading and changed some APIs for cleanlyness. As such
it is not source compatible and getting it accepted upstream is
not realistic.
2019-06-04 21:41:26 +02:00

7 lines
116 B
Plaintext

<RCC>
<qresource prefix="/">
<file>key.pem</file>
<file>cert.pem</file>
</qresource>
</RCC>