Module: WEBrick::HTTPAuth::ProxyAuthenticator
- Included in:
- ProxyBasicAuth, ProxyDigestAuth
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/webrick-1.7.0/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