# libhttppp ### Status Report: ## Finished: - HttpForm - HttpMultiform - Httpcookie - Httpbasicauth - Multithreading - epoll (linux support) ## On Work - Move sys to seperate libsystempp - Remove Glibc and std dependecy - Httpclientsupport - Https seperate own lib ## Todo: - kqueue (Mac OS BSD support) - select (other os) - iocp (Windows support) - Httpdigestauth - Httpntlmauth - Httpcompression (gzip) ## Download: https://github.com/Tuxist/libhttppp ## Requirements - libsystempp - kernel 4.19 (lowest that i have testing) - gcc/clang - cmake # Optional - libhtmlpp (for examples) - doxygen (for docu not much at the moment) ## Building Library cd
mkdir build
cd build
cmake ../
make
make install

Note to build examples you need libhtmlpp:
https://github.com/Tuxist/libhtmlpp