Node: GNAT.CGI (g-cgi.ads), Next: GNAT.CGI.Cookie (g-cgicoo.ads), Previous: GNAT.Case_Util (g-casuti.ads), Up: The GNAT Library
This is a package for interfacing a GNAT program with a Web server via the Common Gateway Interface (CGI). Basically this package parse the CGI parameters which are a set of key/value pairs sent by the Web server. It builds a table whose index is the key and provides some services to deal with this table.