Ruby 2.2.0 リファレンスマニュアル > ライブラリ一覧 > webrick/httpauth/digestauthライブラリ

library webrick/httpauth/digestauth

要約

HTTP の Digest 認証のためのライブラリです。

クラス

WEBrick::HTTPAuth::DigestAuth

HTTP の Digest 認証のためのクラスです。

  WEBrick::HTTPAuth::ProxyDigestAuth

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

同時にrequireされるライブラリ

webrick/config
webrick/httpauth/authenticator

HTTP 認証で利用するモジュールを提供するライブラリです。

webrick/httpstatus

HTTP のステータスを表す例外クラスを提供します。

webrick/httputils
webrick/httpversion
webrick/log
webrick/utils