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

module WEBrick::HTTPAuth::ProxyAuthenticator

クラス・モジュールの継承リスト: WEBrick::HTTPAuth::ProxyAuthenticator

要約

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

定数

定義 説明
AuthException -> Class

WEBrick::HTTPStatus::ProxyAuthenticationRequired です。

InfoField -> "Proxy-Authentication-Info"

キーの名前です。

RequestField -> "Proxy-Authorization"

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

ResponseField -> "Proxy-Authenticate"

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