るりまサーチ

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

別のキーワード

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

ライブラリ

モジュール

検索結果

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

Qop キーの値を返します。

...
Qop
キーの値を返します。...

WEBrick::Config::DigestAuth -> Hash (6.0)

WEBrick::HTTPAuth::DigestAuth の設定のデフォルト値を保持したハッシュです。

...stAuth = {
:Algorithm => 'MD5-sess', # or 'MD5'
:Domain => nil, # an array includes domain names.
:Qop => [ 'auth' ], # 'auth' or 'auth-int' or both.
:UseOpaque => true,
:UseNextNonce => false,
:C...