Skip to content

Techpaw/FastCGI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Download

** NOTE that this lib is still under development**

About

Yet another FastCgi protocol implementation.

Installation

  • Install conan
  • Clone the repo
  • Add https://api.bintray.com/conan/bincrafters/public-conan to the repos list (conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
  • Add https://api.bintray.com/conan/techpaw/SolutionsForWeb to the repos list (conan remote add techpaw/SolutionsForWeb https://api.bintray.com/conan/techpaw/SolutionsForWeb)
  • Add FastCgi/0.1@pandomic/experimental to your conanfile.txt
  • Run conan install . --build=missing
  • Include necessary headers #include <fastcgi/server.hpp>
  • That's it (ideally)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published