- HttpForm
- HttpMultiform
- Httpcookie
- Httpbasicauth
- Multithreading
- epoll (linux support)
- Move sys to seperate libsystempp
- Remove Glibc and std dependecy
- Httpclientsupport
- Https seperate own lib
- create new class for ssl support
- Httpdigestauth
- Httpntlmauth
- Httpcompression (gzip)
https://github.com/Tuxist/libhttppp
- libsystempp
- kernel 4.19 (lowest that i have testing)
- gcc/clang
- cmake
- libhtmlpp (for examples)
- doxygen (for docu not much at the moment)
cd
mkdir build
cd build
cmake ../
make
make install
Note to build examples you need libhtmlpp:
https://github.com/Tuxist/libhtmlpp