expires() Instance Public methods Retrieves the expiration time as a Time
parse_set_cookies(str) Class Public methods Parses the cookies in str
parse_set_cookie(str) Class Public methods Parses the cookie in str
parse(str) Class Public methods Parses a Cookie field sent from the user-agent. Returns an array of cookies.
new(name, value) Class Public methods Creates a new cookie with the given name and value
start(env=ENV, stdin=$stdin, stdout=$stdout) Instance Public methods Starts the CGI process with the given environment env and standard input and output stdin and stdout.
service(req, res) Instance Public methods Services the request req which will fill in the response res. See WEBrick::HTTPServlet::AbstractServlet#service for details.
[](key) Instance Public methods Reads key from the configuration
new(*args) Class Public methods Creates a new CGI interface. The first argument in args is a configuration hash which would update WEBrick::Config::HTTP. Any remaining arguments are stored in the @options instance variable for use by a subclass.
warn?() Instance Public methods Will the logger output WARN messages?
Page 477 of 2275