type=class
superclass=Object
included=WEBrick=HTTPAuth=Authenticator
extended=
library=webrick.httpauth.digestauth

HTTP  Digest ǧڤΤΥ饹Ǥ

[[RFC:2617]] ⻲ȤƤ

:
  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

֥åȤ initialize ᥽åɤǤΥ饹Υ󥹥󥹤
ʤ褦ˤƤǥեȤǤ WEBrick ϥꥯȤΤӤ˥
֥åȤΥ󥹥󥹤ޤ
[[c:WEBrick::HTTPAuth::DigestAuth]] Υ֥ȤϥꥯȤޤ
ѤʤФʤʤǤ
