SCGI Library
POSIX-compatible lightweight implementation of SCGI protocol
This library provides parsing of Simple Common Gateway Interface (SCGI) requests.
SCGI is a protocol for applications to interface with HTTP servers, as an alternative to the CGI protocol. It is similar to FastCGI, but designed to be easier to implement.
Web servers which implement SCGI include Apache HTTP Server, Lighttpd, and Cherokee, as well as Mathopd (with unofficial patch) and nginx (with a third party module).
When using this library, the developer chooses a SCGI server...