ri > WEBrick::HTTPAuth::ProxyAuthenticator

WEBrick::HTTPAuth::ProxyAuthenticator

from /home/chedong/.local/share/rdoc

🔐 Module providing generic support for both Digest and Basic authentication schemes for proxies.

📘 NAME

WEBrick::HTTPAuth::ProxyAuthenticator — module for proxy authentication support

🚀 Quick Reference

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

📝 DESCRIPTION

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.

🧩 INCLUDED MODULES

🔧 CONSTANTS

📋 METHODS

This module does not define its own methods; it provides shared behavior for ProxyBasicAuth and ProxyDigestAuth.

⚠️ NOTES

📚 SEE ALSO

WEBrick::HTTPAuth::ProxyAuthenticator
WEBrick::HTTPAuth::ProxyAuthenticator 📘 NAME 🚀 Quick Reference 📝 DESCRIPTION 🧩 INCLUDED MODULES 🔧 CONSTANTS 📋 METHODS ⚠️ NOTES 📚 SEE ALSO

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)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format