::CGI
Modifies CGI so that we can use it. Main thing it does is expose the stdinput and stdoutput so RequestHandler can connect them to the right sources. It also exposes the env_table so that RequestHandler can hook the request parameters into the environment table.
This is partially based on the FastCGI code, but much of the Ruby 1.6 backwards compatibility is removed.
# File lib/phusion_passenger/railz/cgi_fixed.rb, line 50 50: def args 51: @args 52: end
# File lib/phusion_passenger/railz/cgi_fixed.rb, line 54 54: def env_table 55: @env_table 56: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.