Flowdock

Servlet for handling CGI scripts

Example:

server.mount('/cgi/my_script', WEBrick::HTTPServlet::CGIHandler,
             '/path/to/my_script')

Constants

CGIRunner = "\"#{Ruby}\" \"#{WEBrick::Config::LIBDIR}/httpservlet/cgi_runner.rb\""

Ruby = RbConfig.ruby # :nodoc:

Attributes

Show files where this class is defined (1 file)
Register or log in to add new notes.