るりまサーチ

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

別のキーワード

  1. _builtin to_r
  2. open3 pipeline_r
  3. matrix elements_to_r
  4. fileutils chmod_r
  5. fileutils chown_r

検索結果

WEBrick::HTTPStatus::ProxyAuthenticationRequired (24000.0)

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

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

Net::HTTPProxyAuthenticationRequired (12000.0)

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

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

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

WEBrick::HTTPAuth.#proxy_basic_auth(req, res, realm) {|user, pass| ... } -> nil (6106.0)

プロクシの Basic 認証行うためのメソッドです。

...プロクシの Basic 認証行うためのメソッドです。

与えられたブロックは user, pass をブロックパラメータとして渡されて評価されます。
ブロックの評価結果が真である場合、認証が成功したことになります。
ブロックの評価...
...@param req クライアントからのリクエストを表す WEBrick::HTTPRequest オブジェクトを指定します。

@param res WEBrick::HTTPResponse オブジェクトを指定します。

@param realm 認証のレルムを文字列で指定します。

@raise WEBrick::HTTPStatus::ProxyA...
...uthenticationRequired 認証に失敗した場合に発生します。...

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

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

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

: :ProxyAuthProc
プロクシ認証を行う Pr...
...oc オブジェクトを指定します。この proc は
WEBrick::HTTPResponse オブジェクトと WEBrick::HTTPRequest オブジェクトを引数として
proc.call(req, res) のように呼ばれます。
認証に失敗した場合 proc は適切な例外を発生させなければい...
...Auth::ProxyDigestAuth を使用します。
//emlist{
r
equire 'webrick'
r
equire 'webrick/httpproxy'
auth_proc = proc{|req, res|
unless c = req['proxy-authorization']
r
es['Proxy-Authenticate'] = 'Basic realm="WEBrick Proxy"'
r
aise WEBrick::HTTPStatus::ProxyAuthenticationRequired
el...

WEBrick::HTTPAuth::ProxyAuthenticator::AuthException -> Class (3016.0)

WEBrick::HTTPStatus::ProxyAuthenticationRequired です。

...WEBrick::HTTPStatus::ProxyAuthenticationRequired です。...

絞り込み条件を変える