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 =
"Proxy-Authorization"
ResponseField =
"Proxy-Authenticate"
InfoField =
"Proxy-Authentication-Info"
AuthException =
HTTPStatus::ProxyAuthenticationRequired