![]() | ![]() | |||||||||||||||
|
GNAT.CGI PackageThe GNAT.CGI package is the standard CGI package included with GCC Ada (GNAT). By default, support is disabled because, once enabled, it requires SparForte to only run as a CGI language. It can be enabled in the configure script when building SparForte from sources. This package is experimental. It has not been fully tested in SparForte. This package is incompatible with the cgi package and pragma import. GCC Ada Equivalent: GNAT.CGI See also: the SparForte cgi package. The documentation is not complete. See the Gcc Ada documentation for more information on these subprograms. gnat.cgi.put_header [(f) | (h [,f])] b := gnat.cgi.ok m := gnat.cgi.method s := gnat.cgi.metavariable( k [,r] ) b := gnat.cgi.metavariable.exists( k ) s := gnat.cgi.url n := gnat.cgi.argument_count s := gnat.cgi.value( k [,r] | p ) b := gnat.cgi.key_exists( k ) s := gnat.cgi.key( p ) gnat.cgi.cookie.put_header [ (f) | (h [,f]) ] b := gnat.cgi.cookie_ok n := gnat.cgi.cookie_count s := gnat.cgi.cookie_value( k [,r] ) b := gnat.cgi.cookie_exists( k ) s := gnat.cgi.cookie_key( p ) gnat.cgi.cookie.set( k [,v [,c [,d [,m [,p [,s] ] ] ] ] ] ) s := gnat.cgi.debug.text_output s := gnat.cgi.debug.html_output
Help Command: Contents of the gnat.cgi package
Standard Types and Constants
|
![]() |
![]() |
![]() |