Next: GNAT.CGI.Cookie (g-cgicoo.ads), Previous: GNAT.Case_Util (g-casuti.ads), Up: The GNAT Library
GNAT.CGI
(g-cgi.ads)This is a package for interfacing a GNAT program with a Web server via the Common Gateway Interface (CGI). Basically this package parses 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.