Categories
cgixx
The cgixx C++ CGI class library is intended as a modern Common Gateway Interface library for ISO standard C++ compilers. It is not meant to generate complex HTML forms, but rather to ensure fast and reliable conversations between a Web server's CGI and your C++ code. 'cgixx' supports standard GET, POST, HEAD, and PUT CGI methods and cookies as defined in the version 1.1 specification.
Last updated 9 Feb, 2004
About
Leadership
- Isaac W. Foraker - Maintainer
Requirements
- GCC 3.x or standards compliant C++ compiler (Use Requirement)
- Web server with CGI 1.x (Use Requirement)
Related Projects
Versions
1.07
1.07 stable released 2004-02-09
- Released: 9 Feb, 2004
- Code Maturity: Stable
- Source Archive: http://tazthecat.net/~isaac/cgixx/pub/cgixx-1.0...
- Licenses: BSD_3Clause
- Interfaces: Library
User Community and Support
User reference included and available in HTML format from http://tazthecat.net/~isaac/cgixx/ref/index.html



