CGI (gb.web)
This class is used for managing the CGI interface.
This class is static.
This class acts like a 
read / 
write static array.
 
Static properties
| 
All  
 | 
Return a collection of all environment variables sent to the CGI script.
 | 
Static methods
| 
Decode  
 | 
Decodes an URL encoded in the application/x-www-form-urlencoded format.
 | 
| 
Dump  
 | 
Send a dump of the CGI environment variables as request response.
 | 
| 
Encode  
 | 
Encodes an URL into the application/x-www-form-urlencoded format.
 | 
| 
Error  
 | 
Tries to print an error message inside the html output.
 | 
| 
FormatDate  
 | 
Format a date according to the RFC-822 date format.
 | 
| 
Reset  
 | 
Reset the CGI environment variables decoding, all possible changes to them, and call the Request.Reset method.
 |