Simple-Web-Server icon indicating copy to clipboard operation
Simple-Web-Server copied to clipboard

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 fro...

Results 54 Simple-Web-Server issues
Sort by recently updated
recently updated
newest added

9701a4504b21f7ab424aed9eb63db66e93cabefc breaks compatibility with Boost 1.53 (the latest boost version on RHEL/CentOS 7.3). Luckily, the underlying openssl library does support it so we can still mandate TLS 1.2 support via...

I have used the server to implement an api for a service. I have read behind the scenes libasio uses a backlog queue size of 5 - not sure if...

Hi, first thank you for the Simple-Web-Server which is amazing. If a path contains a whitespace, the \s pattern won't match. For instance : `^/search?q="two\s+words"$` We need to write instead...

Hello, It's strange but I can start the server on a port which is already used and no exception is thrown. I'm using boost 1.59 Regards