るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.059秒)
トップページ > 種類:特異メソッド[x] > クエリ:proxyauthenticationrequired[x]

別のキーワード

  1. webrick/httpstatus proxyauthenticationrequired
  2. webrick/httpstatus webrick::httpstatus::proxyauthenticationrequired
  3. proxyauthenticationrequired webrick/httpstatus
  4. authexception webrick::httpstatus::proxyauthenticationrequired

ライブラリ

クラス

検索結果

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

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

...unless c = req['proxy-authorization']
res['Proxy-Authenticate'] = 'Basic realm="WEBrick Proxy"'
raise WEBrick::HTTPStatus::ProxyAuthenticationRequired
else
# 略
end
}
s = WEBrick::HTTPProxyServer.new(ProxyAuthProc: auth_proc, Port: 8080)
//}
: :ProxyContentHandler
...