class Net::HTTPProxyAuthenticationRequired - Documentation for Ruby 4.0 (original) (raw)
- Net::
- HTTPProxyAuthenticationRequired
Response class for Proxy Authentication Required responses (status code 407).
The client must first authenticate itself with the proxy.
This class also includes (indirectly) module Net::HTTPHeader, which gives access to its methods for getting headers.
References: