Decodes CGI data from standard input, $QUERY_STRING , and $HTTP_COOKIE. Stores data in lookup table(s) for easy retrieval. Uploads files by copying
directly to files created with mkstemp(). Has several handy string conversion
functions.
Features
- parses CGI data and stores in a look up table
- handles file uploads
- provides data encoding and decoding functions
- provides simple cryptography support
- provides a pre forking SCGI server
- see the libctemplate project for a C HTML template library
License
GNU General Public License version 2.0 (GPLv2)Follow CGI Library for C
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
Kept very clean, simple and usefull. It's a joy to work with. I've added FCGI-support to it through a patch-file, check out my profile wiki.
-
Nice library. Code is well commented and easy to read.
-
Very nice & simple library. You don't need more than 30mins to read and understand the source code, well written, each function is documented with simple statements. Keep up the good work :)
-
I like the interface. Dead simple to convert to shared library.