るりまサーチ (Ruby 2.7.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.123秒)
トップページ > クエリ:n[x] > クエリ:array[x] > クエリ:DigestAuth[x] > バージョン:2.7.0[x]

別のキーワード

  1. etc sc_xopen_enh_i18n
  2. rsa n
  3. net/pop n_bytes
  4. rsa n=
  5. context prompt_n

ライブラリ

モジュール

検索結果

WEBrick::Config::DigestAuth -> Hash (63388.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 => [ 'auth' ], # 'auth' or '...