** NOTE that this lib is still under development**
Yet another FastCgi protocol implementation.
- Install conan
- Clone the repo
- Add https://api.bintray.com/conan/bincrafters/public-conanto the repos list (conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
- Add https://api.bintray.com/conan/techpaw/SolutionsForWebto the repos list (conan remote add techpaw/SolutionsForWeb https://api.bintray.com/conan/techpaw/SolutionsForWeb)
- Add FastCgi/0.1@pandomic/experimentalto yourconanfile.txt
- Run conan install . --build=missing
- Include necessary headers #include <fastcgi/server.hpp>
- That's it (ideally)