るりまサーチ (Ruby 2.4.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.015秒)
トップページ > クエリ:names[x] > バージョン:2.4.0[x] > モジュール:WEBrick::Config[x]

別のキーワード

  1. _builtin names
  2. rake names
  3. regexp names
  4. rake arg_names
  5. encoding names

ライブラリ

検索結果

WEBrick::Config::DigestAuth -> Hash (22.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...