Download List

Project Description

GCGI implements NCSA's Common Gateway Interface
along with the extensions to that interface
defined in RFC2388. This means that GCGI can
handle input as either the standard URL-encoded
data, or as MIME data encoded with the
multipart/form-data content type. So, GCGI
supports everything from standard integers and
strings to file uploads.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-10-04 13:25 Back to release list
0.80

Debugging support was improved. GCGI can now capture a CGI environment and query string to external files. It can then be run in debugging mode, reading from these files, which allows CGI programs to be run from the command line, or through a debugger. The following encoding functions were added: mimeEncodeBaseSixtyFourString() to encode base64 data, mimeDecodeBaseSixtyFourString() was optimized, mimeEncodeQuotedPrintableString() mimeEncodeUrlString(), and decodeUrlEncodedString() were added.
Tags: Major feature enhancements

Project Resources