るりまサーチ (Ruby 3.2)

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

別のキーワード

  1. webrick/httpauth/digestauth proxydigestauth
  2. webrick/httpauth/digestauth webrick::httpauth::proxydigestauth
  3. proxydigestauth
  4. new webrick::httpauth::proxydigestauth
  5. proxydigestauth webrick/httpauth/digestauth

検索結果

WEBrick::HTTPAuth::ProxyDigestAuth (54001.0)

プロクシの Digest 認証のためのクラスです。

プロクシの Digest 認証のためのクラスです。

WEBrick::HTTPProxyServer.new(config, default = WEBrick::Config::HTTP) -> WEBrick::HTTPProxyServer (19.0)

プロクシオブジェクトを生成して返します。

プロクシオブジェクトを生成して返します。

@param config 設定を保存したハッシュを指定します。
設定として有効なハッシュのキーとその値は WEBrick::HTTPServer.new と同じです。
それに加えて以下のキーが有効です。

: :ProxyAuthProc
プロクシ認証を行う Proc オブジェクトを指定します。この proc は
WEBrick::HTTPResponse オブジェクトと WEBrick::HTTPRequest オブジェクトを引数として
proc.call(req, res) ...