るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.077秒)
トップページ > 種類:定数[x] > クエリ:DigestAuth[x]

別のキーワード

  1. digestauth qop
  2. digestauth new
  3. config digestauth
  4. digestauth algorithm
  5. digestauth challenge

ライブラリ

モジュール

検索結果

WEBrick::Config::DigestAuth -> Hash (18124.0)

WEBrick::HTTPAuth::DigestAuth の設定のデフォルト値を保持したハッシュです。

...WEBrick::HTTPAuth::DigestAuth の設定のデフォルト値を保持したハッシュです。

require 'webrick'
WEBrick::Config::DigestAuth = {
:Algorithm => 'MD5-sess', # or 'MD5'
:Domain => nil, # an array includes domain names.
:Qop...