class
	CGI_ENVIRONMENT

General
	cluster: web.cgi_handling
	description: "Access to environment variables set by the HTTP server when the CGI application is executed. This class may be used as ancestor by classes needing its facilities."

Ancestors
	EXECUTION_ENVIRONMENT

Queries
	Auth_type: STRING
	Content_length: STRING
	Content_type: STRING
	Cookies: HASH_TABLE [STRING, STRING]
	Gateway_interface: STRING
	Http_accept: STRING
	Http_user_agent: STRING
	Path_info: STRING
	Path_translated: STRING
	Query_string: STRING
	Remote_addr: STRING
	Remote_host: STRING
	Remote_ident: STRING
	Remote_user: STRING
	Request_method: STRING
	Script_name: STRING
	Server_name: STRING
	Server_port: STRING
	Server_protocol: STRING
	Server_software: STRING

Commands
	set_environment_variable (variable, val: STRING)