Module: HTTPAuth (WEBrick)

Overview
Module Structure
Class Hierarchy
Module Functions
HTTPAuth._basic_auth / 7
HTTPAuth.basic_auth / 4
HTTPAuth.proxy_basic_auth / 4
is a submodule of
module: WEBrick   
is modularized into
module: Authenticator   
module: ProxyAuthenticator   
class: BasicAuth   
class: ProxyBasicAuth   
class: DigestAuth   
class: ProxyDigestAuth   
class: Htdigest   
class: Htgroup   
class: Htpasswd   
module: UserDB   
has modular siblings
class: ServerError   
class: SimpleServer   
class: Daemon   
class: GenericServer   
class: HTTPServerError   
class: HTTPServer   
module: HTTPServlet   
class: HTTPRequest   
class: HTTPResponse   
module: HTTPStatus   
module: HTTPUtils   
class: HTTPVersion   
module: Config   
module: Utils   
class: CGI   
class: Cookie   
module: HTMLUtils   
class: HTTPProxyServer   
class: BasicLog   
class: Log   
module: AccessLog   
has properties
function: _basic_auth / 7   
function: basic_auth / 4   
function: proxy_basic_auth / 4   
is defined at
#18 in webrick/httpauth.rb  
#11 in webrick/httpauth/authenticator.rb  
#15 in webrick/httpauth/basicauth.rb  
#21 in webrick/httpauth/digestauth.rb  
#15 in webrick/httpauth/htdigest.rb  
#13 in webrick/httpauth/htgroup.rb  
#15 in webrick/httpauth/htpasswd.rb  
#11 in webrick/httpauth/userdb.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: WEBrick
  class: ServerError
  class: SimpleServer
  class: Daemon
  class: GenericServer
  class: HTTPServerError
  class: HTTPServer
  module: HTTPServlet
  class: HTTPRequest
  class: HTTPResponse
  module: HTTPStatus
  module: HTTPUtils
  class: HTTPVersion
✗ module: HTTPAuth
module: Authenticator     
module: ProxyAuthenticator     
class: BasicAuth     
class: ProxyBasicAuth     
class: DigestAuth     
class: ProxyDigestAuth     
class: Htdigest     
class: Htgroup     
class: Htpasswd     
module: UserDB     
  module: Config
  module: Utils
  class: CGI
  class: Cookie
  module: HTMLUtils
  class: HTTPProxyServer
  class: BasicLog
  class: Log
  module: AccessLog

Module Functions

HTTPAuth._basic_auth / 7

#21 in webrick/httpauth.rb

_basic_auth ( req ,
  res ,
  realm ,
  req_field ,
  res_field ,
  err_type ,
  block )

HTTPAuth.basic_auth / 4

#35 in webrick/httpauth.rb

basic_auth ( req ,
  res ,
  realm ,
  &block )

HTTPAuth.proxy_basic_auth / 4

#40 in webrick/httpauth.rb

proxy_basic_auth ( req ,
  res ,
  realm ,
  &block )