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

library webrick/httpauth/htpasswd

要約

Apache の htpasswd 互換のクラスを提供するライブラリです。

クラス

WEBrick::HTTPAuth::Htpasswd

Apache の htpasswd 互換のクラスです。 .htpasswd ファイルを新しく作成することも出来ます。 htpasswd -m (MD5) や -s (SHA) で作成された .htpasswd ファイルには対応していません。

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

webrick/config
webrick/httpauth/authenticator

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

webrick/httpauth/basicauth

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

webrick/httpauth/userdb
webrick/httpstatus

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

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