Ruby 1.8.7 リファレンスマニュアル > ライブラリ一覧 > webrick/httpauth/authenticatorライブラリ > WEBrick::HTTPAuth::ProxyAuthenticatorモジュール

module WEBrick::HTTPAuth::ProxyAuthenticator

クラスの継承リスト: WEBrick::HTTPAuth::ProxyAuthenticator

要約

このモジュールはプロキシのためにダイジェスト認証とベーシック認証の両方 の一般的なサポートを提供します。

目次

定数
AuthException InfoField RequestField ResponseField

定数

AuthException -> Class[permalink][rdoc]

WEBrick::HTTPStatus::ProxyAuthenticationRequired です。

InfoField -> "Proxy-Authentication-Info"[permalink][rdoc]

キーの名前です。

RequestField -> "Proxy-Authorization"[permalink][rdoc]

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

ResponseField -> "Proxy-Authenticate"[permalink][rdoc]

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