method
proxy_basic_auth
proxy_basic_auth(req, res, realm, &block)
public
Hide source
# 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