method
proxy_basic_auth
v1_9_2_180 -
Show latest stable
- Class:
WEBrick::HTTPAuth
proxy_basic_auth(req, res, realm, &block)public
No documentation available.
# File lib/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