httpp icon indicating copy to clipboard operation
httpp copied to clipboard

Micro http server and client written in C++

Results 3 httpp issues
Sort by recently updated
recently updated
newest added

I just wanted to do a small WebDAV test based on httpp. Found out that the methods defined in the WebDAV http extension are not supported by httpp atm, so...

This patch makes httpp compile on Windows 10 with Visual Studio 2017 Community edition (VC 14.0). The according commonpp patch can be found here https://github.com/daedric/commonpp/pull/7. The same issue about static...