Module: WEBrick

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

Overview

– httpauth/authenticator.rb – Authenticator mix-in module.

Author: IPR – Internet Programming with Ruby – writers Copyright © 2003 Internet Programming with Ruby writers. All rights reserved.

$IPR: authenticator.rb,v 1.3 2003/02/20 07:15:47 gotoyuzo Exp $

Defined Under Namespace

Modules: AccessLog, Config, HTMLUtils, HTTPAuth, HTTPServlet, HTTPStatus, HTTPUtils, Utils Classes: BasicLog, CGI, Cookie, Daemon, GenericServer, HTTPProxyServer, HTTPRequest, HTTPResponse, HTTPServer, HTTPServerError, HTTPVersion, Log, ServerError, SimpleServer

Constant Summary collapse

VERSION =

The WEBrick version

"1.3.1"
CR =
"\x0d"
LF =
"\x0a"
CRLF =

:nodoc: :nodoc: :nodoc:

"\x0d\x0a"
NullReader =

:nodoc:

Object.new
FakeProxyURI =

:nodoc:

Object.new