C | |
cgi [Netcgi_mod] |
The usual
cgi class with an additional method to access Apache
specificities.
|
cgi [Netcgi_fcgi] |
The usual
Netcgi.cgi class with FCGI specific methods.
|
cgi [Netcgi] |
Object symbolizing a CGI-like request.
|
cgi_argument [Netcgi_common] |
See
Netcgi.cgi_argument .
|
cgi_argument [Netcgi] |
Represent a key-value pair of data passed to the script (including
file uploads).
|
cgi_environment [Netcgi] |
The environment of a request consists of the information available
besides the data sent by the user (as key-value pairs).
|
container [Netcgi] | |
R | |
rw_cgi_argument [Netcgi_common] | |
rw_cgi_argument [Netcgi] |
Old deprecated writable argument type.
|