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

library webrick/httpauth/htpasswd

要約

クラスとモジュール

class WEBrick::HTTPAuth::Htpasswd

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

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

webrick/config
webrick/httpauth/authenticator
webrick/httpauth/basicauth
webrick/httpauth/userdb
webrick/httpstatus

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

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

Classes

Sublibraries