Class: WEBrick::HTTPAuth::ProxyBasicAuth
- Includes:
- ProxyAuthenticator
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/webrick-1.7.0/lib/webrick/httpauth/basicauth.rb
Overview
Basic authentication for proxy servers. See BasicAuth for details.
Constant Summary
Constants included from ProxyAuthenticator
WEBrick::HTTPAuth::ProxyAuthenticator::AuthException, WEBrick::HTTPAuth::ProxyAuthenticator::InfoField, WEBrick::HTTPAuth::ProxyAuthenticator::RequestField, WEBrick::HTTPAuth::ProxyAuthenticator::ResponseField
Constants inherited from BasicAuth
Constants included from Authenticator
Authenticator::AuthException, Authenticator::AuthScheme, Authenticator::RequestField, Authenticator::ResponseField, Authenticator::ResponseInfoField
Instance Attribute Summary
Attributes inherited from BasicAuth
Attributes included from Authenticator
Method Summary
Methods inherited from BasicAuth
#authenticate, #challenge, #initialize, make_passwd
Constructor Details
This class inherits a constructor from WEBrick::HTTPAuth::BasicAuth