Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class CGI_ENVIRONMENT General cluster: 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 ANY EXECUTION_ENVIRONMENT Queries Arguments: ARGUMENTS_32 Auth_type: STRING_8 available_cpu_count: NATURAL_32 Content_length: STRING_8 Content_type: STRING_8 Cookies: HASH_TABLE [STRING_8, STRING_8] current_working_path: PATH Default_shell: STRING_32 Gateway_interface: STRING_8 Home_directory_path: detachable PATH Http_accept: STRING_8 Http_user_agent: STRING_8 item (s: READABLE_STRING_GENERAL): detachable STRING_32 Path_info: STRING_8 Path_translated: STRING_8 Query_string: STRING_8 Remote_addr: STRING_8 Remote_host: STRING_8 Remote_ident: STRING_8 Remote_user: STRING_8 Request_method: STRING_8 return_code: INTEGER_32 Root_directory_name: STRING_8 Script_name: STRING_8 Server_name: STRING_8 Server_port: STRING_8 Server_protocol: STRING_8 Server_software: STRING_8 starting_environment: HASH_TABLE [STRING_32, STRING_32] Temporary_directory_path: detachable PATH User_directory_path: detachable PATH Commands change_working_path (path: PATH) launch (s: READABLE_STRING_GENERAL) put (value, key: READABLE_STRING_GENERAL) set_environment_variable (variable, val: STRING_8) sleep (nanoseconds: INTEGER_64) system (s: READABLE_STRING_GENERAL)
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

-- Generated by Eiffel Studio --
For more details: eiffel.org