C | |
custom_activation [Netcgi] |
This class can be used to implement a non-standard connector that
has the same output format as CGI.
|
custom_environment [Netcgi_env] |
This class can be used to set up non-standard environments.
|
M | |
mime_argument [Netcgi1_compat.Netcgi] | |
mime_argument [Netcgi] | new mime_argument name msg : Creates a MIME-structured CGI
argument called name with contents msg .
|
S | |
simple_argument [Netcgi1_compat.Netcgi] | |
simple_argument [Netcgi] | new simple_argument name value : Creates an unstructured CGI
argument called name with contents value .
|
std_activation [Netcgi1_compat.Netcgi] | |
std_activation [Netcgi] |
This class is an implementation of classical CGI.
|
std_environment [Netcgi_env] |
An implementation of
cgi_environment , intended to be used
for classical CGI.
|
T | |
test_environment [Netcgi_env] |
An implementation of
cgi_environment , intended to test CGI
programs from the command-line.
|