Description
C and C++ web programs can parse CGI requests through a small dedicated library. Install it when maintaining legacy CGI services or building simple server-side form handlers. Web input is untrusted by default, so callers must validate parameters, file uploads, and output escaping.