るりまサーチ (Ruby 2.4.0)

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

別のキーワード

  1. digestauth qop
  2. digestauth new
  3. digestauth challenge
  4. digestauth make_passwd

検索結果

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

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

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

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