There's no documentation for this item.
Source Code
# File webrick/httpauth.rb, line 40 def proxy_basic_auth(req, res, realm, &block) _basic_auth(req, res, realm, "Proxy-Authorization", "Proxy-Authenticate", HTTPStatus::ProxyAuthenticationRequired, block) end
<code/>and<pre/>for code samples.