wpp
wpp copied to clipboard
Single file embedded C++ web server
... when a user creates a cookie with a value that have space(s) like: "test test".
Windows
Would be great if it worked on windows too, Dirent not supported. I may tinker some.... :-(
This checks for a regex and for the normal string path. If either is a match then it will continue. It uses the std regex.
Hi there, I have been using this web server for a while and works for what I need, however, when I am restarting my main app too fast I cannot...
Hello, I suggest a small change in the API, replacing the void pointers with std::function of the same signature. I am not exactly sure that this is correct, but the...
Using strlen() on the contents of a std::string gives an incorrect result if the body is binary data with 0 bytes along the way (e.g. an image).
text files opens fine.
Hello. After installing ab utility for testing from apache2-utils package in Ubuntu i dnt can run test because ab program is waiting 30 seconds and send only 1 uncomplited request...