るりまサーチ

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

別のキーワード

  1. webrick/httpservlet new
  2. webrick/httpservlet do_get
  3. webrick/httpservlet do_post
  4. webrick version
  5. webrick/log info

ライブラリ

モジュール

検索結果

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

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

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

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