るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.030秒)
トップページ > 種類:クラス[x] > クエリ:Config[x] > ライブラリ:webrick/httpauth/digestauth[x]

別のキーワード

  1. drb config
  2. mkmf with_config
  3. mkmf enable_config
  4. rbconfig config
  5. config value

検索結果

WEBrick::HTTPAuth::DigestAuth (27.0)

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

...'webrick'
config
= { :Realm => 'DigestAuth example realm' }

htdigest = WEBrick::HTTPAuth::Htdigest.new 'my_password_file'
htdigest.set_passwd config[:Realm], 'username', 'password'
htdigest.flush

config
[:UserDB] = htdigest

digest_auth = WEBrick::HTTPAuth::DigestAuth.new config

サー...