ri > WEBrick::CGI

= WEBrick::CGI < Object

(from /home/chedong/.local/share/rdoc)
------------------------------------------------------------------------
A CGI library using WEBrick requests and responses.

Example:

  class MyCGI < WEBrick::CGI
    def do_GET req, res
      res.body = 'it worked!'
      res.status = 200
    end
  end

  MyCGI.new.start
------------------------------------------------------------------------
= Constants:

CGIError:
  The CGI error exception class


= Class methods:

  new

= Instance methods:

  []
  config
  logger
  service
  start

= Attributes:

  attr_reader config
  attr_reader logger

Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-29 02:02 @216.73.217.46
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!