るりまサーチ (Ruby 2.4.0)

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

別のキーワード

  1. _builtin true
  2. object true
  3. rb_true
  4. true object
  5. true

ライブラリ

モジュール

検索結果

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