Embedded HTTP Server (EHS) is a C++ class library which can be inherited from to add HTTP(S) server functionality to any class or application. It is easily extendable (samples included) and supports SSL, form data via POST or GET, uploads via multi-part form attachments and WebSockets. Operation modes include single- and multi-threaded operation.
A C++ library to make your application be a cgi-featured http server
...It will take only a few minutes to get to know how to use it. It's suggested to started from the development manual.
Have fun! Leave messages or email to 1926583112@qq.com if your have any problems.