FastCGI Request Library 0.1
FastCGI Request Parser written in C++
FastCGI Request Library Documentation

A C++ wrapper and implementation to present fastcgi requests in an object oriented fashion This library decodes CGI formatted messages from FastCGI and presents a set of objects that can be accessed

Requirements

Requires the fast cgi developer library and C++14, standard GNU build process

Build

Usage

In user code, one only need to #include <fcgi_request_cpp.hxx> and link against the generated library, and -lfcgi See example programs under the examples subdirectory for examples

Documentation

Documentation can be found here

Targets