APHTTP icon indicating copy to clipboard operation
APHTTP copied to clipboard

simple web framework over C++

Results 4 APHTTP issues
Sort by recently updated
recently updated
newest added

How can I build this library on the Windows machine? `make` command output on Windows 10: ``` g++ -std=c++11 -Wall -pedantic -c utils/utilities.cpp -o build/utilities.o utils/utilities.cpp: In function 'int readMapFromFile(std::__cxx11::string,...

The current implementation (v 1.0.1) only supports uploading text files due to limitations of `std::string`. It could be a good idea to add ability to upload binary files, but I...

enhancement
help wanted

The cpp implementation of the framework really should be refactored.

enhancement