るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.007秒)

別のキーワード

  1. digestauth qop
  2. webrick/httpauth/digestauth qop
  3. qop webrick/httpauth/digestauth
  4. qop webrick::httpauth::digestauth

検索結果

WEBrick::HTTPAuth::DigestAuth#qop -> String (54352.0)

Qop キーの値を返します。

Qop キーの値を返します。

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