Module: WEBrick::HTTPAuth::ProxyAuthenticator
- Included in:
 - ProxyBasicAuth, ProxyDigestAuth
 
- Defined in:
 - lib/webrick/httpauth/authenticator.rb
 
Overview
Module providing generic support for both Digest and Basic authentication schemes for proxies.
Constant Summary collapse
- RequestField =
          
:nodoc:
 "Proxy-Authorization"- ResponseField =
          
:nodoc:
 "Proxy-Authenticate"- InfoField =
          
:nodoc:
 "Proxy-Authentication-Info"- AuthException =
          
:nodoc:
 HTTPStatus::ProxyAuthenticationRequired