from /home/chedong/.local/share/rdoc
🔐 Module providing generic support for both Digest and Basic authentication schemes for proxies.
WEBrick::HTTPAuth::ProxyAuthenticator — module for proxy authentication support
| Use Case | Code / Configuration | Description |
|---|---|---|
| 🔑 Include Digest authentication for proxy | include WEBrick::HTTPAuth::ProxyAuthenticator |
Adds the module to your proxy server class to enable Digest and Basic authentication |
| 🔒 Configure Basic authentication | auth = WEBrick::HTTPAuth::ProxyBasicAuth.new(...) |
Create a new Basic authentication handler for proxy requests |
| 🔐 Set up Digest authentication | auth = WEBrick::HTTPAuth::ProxyDigestAuth.new(...) |
Create a new Digest authentication handler for proxy requests |
| 🛠️ Integrate authentication into proxy server | server.mount_proc('/proxy', proxy_handler) |
Use the module to authenticate proxy requests before processing |
This module provides generic support for both Digest and Basic authentication schemes specifically for proxy servers. It is intended to be included in classes that handle proxy authentication, allowing easy integration of either authentication method.
WEBrick::HTTPAuth::Authenticator — base authentication functionalityAuthScheme — defines the authentication scheme identifiersThis module does not define its own methods; it provides shared behavior for ProxyBasicAuth and ProxyDigestAuth.
Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-29 18:42 @216.73.216.177
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format