eidheim / Simple-Web-Server

A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Boost.Asio. Created to be an easy way to make REST resources available from C++ applications.
MIT License
2.61k stars 751 forks source link

add request for help #151

Closed autochenjun closed 7 years ago

eidheim commented 7 years ago

Sorry, the only notes I have is within the source code:) Of course the Boost.Asio reference is also of great help.