Module WEBrick
In: webrick/httpresponse.rb
webrick/httpversion.rb
webrick/accesslog.rb
webrick/htmlutils.rb
webrick/ssl.rb
webrick/cgi.rb
webrick/https.rb
webrick/httpauth/htdigest.rb
webrick/httpauth/userdb.rb
webrick/httpauth/htgroup.rb
webrick/httpauth/digestauth.rb
webrick/httpauth/authenticator.rb
webrick/httpauth/htpasswd.rb
webrick/httpauth/basicauth.rb
webrick/utils.rb
webrick/httpproxy.rb
webrick/version.rb
webrick/httpauth.rb
webrick/log.rb
webrick/server.rb
webrick/cookie.rb
webrick/httputils.rb
webrick/httpserver.rb
webrick/config.rb
webrick/httpservlet.rb
webrick/httprequest.rb
webrick/httpstatus.rb
webrick/httpservlet/abstract.rb
webrick/httpservlet/filehandler.rb
webrick/httpservlet/prochandler.rb
webrick/httpservlet/cgihandler.rb
webrick/httpservlet/erbhandler.rb

httpstatus.rb — HTTPStatus Class

Author: IPR — Internet Programming with Ruby — writers Copyright (c) 2000, 2001 TAKAHASHI Masayoshi, GOTOU Yuuzou Copyright (c) 2002 Internet Programming with Ruby writers. All rights reserved.

$IPR: httpstatus.rb,v 1.11 2003/03/24 20:18:55 gotoyuzo Exp $

Classes and Modules

Module WEBrick::AccessLog
Module WEBrick::Config
Module WEBrick::HTMLUtils
Module WEBrick::HTTPAuth
Module WEBrick::HTTPServlet
Module WEBrick::HTTPStatus
Module WEBrick::HTTPUtils
Module WEBrick::Utils
Class WEBrick::BasicLog
Class WEBrick::CGI
Class WEBrick::Cookie
Class WEBrick::Daemon
Class WEBrick::GenericServer
Class WEBrick::HTTPProxyServer
Class WEBrick::HTTPRequest
Class WEBrick::HTTPResponse
Class WEBrick::HTTPServer
Class WEBrick::HTTPServerError
Class WEBrick::HTTPVersion
Class WEBrick::Log
Class WEBrick::ServerError
Class WEBrick::SimpleServer

Constants

NullReader = Object.new
VERSION = "1.3.1"
CR = "\x0d"
LF = "\x0a"
CRLF = "\x0d\x0a"

[Validate]

ruby-doc.org is hosted and run by James Britt and Happy Camper Studios, a Ruby application development company in Phoenix, Arizona. Ruby-doc.org was created in 2002 to promote the Ruby language and to help other Ruby hackers.

Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.

For more information on the Ruby programming language, visit ruby-lang.org.

Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.