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
You Might Also Like
One Platform. Total IT Insight. Start with PRTG Now
Why settle for fragmented monitoring? PRTG consolidates everything - servers, VMs, network devices, cloud services, and more, into one powerful platform. Get real-time status, customizable alerts, and deep analytics to drive smarter decisions. Designed for complex environments, PRTG scales with your needs, supports team collaboration, and helps you prevent outages before they impact users. Take control of your IT landscape and deliver the uptime your business requires.
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.