Ruby 1.8.7 リファレンスマニュアル > ライブラリ一覧 > net/httpライブラリ > Net::HTTPProxyAuthenticationRequiredクラス

class Net::HTTPProxyAuthenticationRequired

クラスの継承リスト: Net::HTTPProxyAuthenticationRequired < Net::HTTPClientError < Net::HTTPResponse < Net::HTTPHeader < Object < Kernel

要約

HTTP レスポンス 407 (Proxy Authentication Required) を表現するクラスです。

詳しくは [RFC2616] を見てください。

class Net::HTTPProxyAuthenticationRequired