るりまサーチ (Ruby 2.1.0)

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

別のキーワード

  1. bigdecimal/util to_d
  2. float to_d
  3. rational to_d
  4. _builtin $-d
  5. integer to_d

種類

ライブラリ

クラス

キーワード

検索結果

WEBrick::HTTPStatus::ProxyAuthenticationRequired (90001.0)

HTTP のステータスコード 407 Proxy Authentication Required を表すクラスです。

HTTP のステータスコード 407 Proxy Authentication Required を表すクラスです。

Net::HTTPProxyAuthenticationRequired (54001.0)

HTTP レスポンス 407 (Proxy Authentication Required) を表現するクラスです。

HTTP レスポンス 407 (Proxy Authentication Required) を表現するクラスです。

詳しくは 7235 Section 3.2 を見てください。

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

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

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

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

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