Package: GNAT.CGI.Debug

Description

This is a package to help debugging CGI (Common Gateway Interface) programs written in Ada. Both functions below output all possible CGI parameters set. These are the form field and all CGI environment variables which make the CGI environment at runtime.

Header

package GNAT.CGI.Debug is
 

Other Items:

function Text_Output return String;
Returns a plain text version of the CGI runtime environment

function HTML_Output return String;
Returns an HTML version of the CGI runtime environment
end GNAT.CGI.Debug;