The main goal of the qDecoder project is to provide a complete, simple and versatile CGI library for the C / C++ language.
The library supports GET / POST query parsing, that includes file uploading, cookie handling and session management.
Here are some key features of "qDecoder":
· Supports parsing a request encoded by GET/POST method
· Supports parsing multipart/form-data encoding. (in-memory and direct disk)
· Supports COOKIE handling.
· Supports Session management.
· Supports FastCGI
What's New in This Release: [ read full changelog ]
· From the version of 11, qDecoder only has CGI-related features and all containers(data-structures) and other APIs has moved to qLibc project.