るりまサーチ

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

別のキーワード

  1. _builtin to_c
  2. tracer display_c_call
  3. etc sc_2_c_dev
  4. tracer display_c_call?
  5. tracer display_c_call=

ライブラリ

モジュール

検索結果

WEBrick::HTTPAuth::DigestAuth#algorithm -> String (24101.0)

アルゴリズムを表す文字列を返します。

アルゴリズムを表す文字列を返します。

WEBrick::Config::DigestAuth -> Hash (21145.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...
...:UseNextNonce => false,
:CheckNc => false,
:UseAuthenticationInfoHeader => true,
:AutoReloadUserDB => true,
:NonceExpirePeriod => 30*60,
:NonceExpireDelta => 60,
:InternetExplorerHack => true,
:OperaHack => t...