Module: WEBrick::HTTPAuth::ProxyAuthenticator
Relationships & Source Files | |
Extension / Inclusion / Inheritance Descendants | |
Included In:
| |
Defined in: | lib/webrick/httpauth/authenticator.rb |
Overview
Module providing generic support for both Digest and Basic authentication schemes for proxies.
Constant Summary
-
AuthException =
Internal use only
# File 'lib/webrick/httpauth/authenticator.rb', line 114HTTPStatus::ProxyAuthenticationRequired
-
InfoField =
Internal use only
# File 'lib/webrick/httpauth/authenticator.rb', line 113"Proxy-Authentication-Info"
-
RequestField =
Internal use only
# File 'lib/webrick/httpauth/authenticator.rb', line 111"Proxy-Authorization"
-
ResponseField =
Internal use only
# File 'lib/webrick/httpauth/authenticator.rb', line 112"Proxy-Authenticate"