01641773e1
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.
7 lines
116 B
Plaintext
7 lines
116 B
Plaintext
<RCC>
|
|
<qresource prefix="/">
|
|
<file>key.pem</file>
|
|
<file>cert.pem</file>
|
|
</qresource>
|
|
</RCC>
|