Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > webrick/httpauth/digestauthライブラリ > WEBrick::HTTPAuth::ProxyDigestAuthクラス

class WEBrick::HTTPAuth::ProxyDigestAuth + WEBrick::HTTPAuth::ProxyAuthenticator

クラスの継承リスト: WEBrick::HTTPAuth::ProxyDigestAuth < WEBrick::HTTPAuth::ProxyAuthenticator < WEBrick::HTTPAuth::DigestAuth < WEBrick::HTTPAuth::Authenticator < Object < Kernel < BasicObject

要約

プロクシの Digest 認証のためのクラスです。

定数

AuthException -> Class

WEBrick::HTTPStatus::ProxyAuthenticationRequired です。

InfoField -> "Proxy-Authentication-Info"

キーの名前です。

RequestField -> "Proxy-Authorization"

リクエストフィールドのキーの名前です。

ResponseField -> "Proxy-Authenticate"

レスポンスフィールドのキーの名前です。

class WEBrick::HTTPAuth::ProxyDigestAuth