204件ヒット
[201-204件を表示]
(0.008秒)
別のキーワード
ライブラリ
- open-uri (24)
- openssl (24)
- readline (72)
- socket (36)
-
webrick
/ httpauth / basicauth (24) -
webrick
/ httpproxy (12) -
webrick
/ log (12)
クラス
- BasicSocket (36)
-
OpenSSL
:: OCSP :: BasicResponse (12) -
OpenSSL
:: OCSP :: Response (12) -
WEBrick
:: BasicLog (12) -
WEBrick
:: HTTPAuth :: BasicAuth (24) -
WEBrick
:: HTTPProxyServer (12)
キーワード
-
basic
_ quote _ characters (12) -
basic
_ quote _ characters= (12) -
basic
_ word _ break _ characters (12) -
basic
_ word _ break _ characters= (12) -
completer
_ word _ break _ characters (12) -
completer
_ word _ break _ characters= (12) - create (12)
-
do
_ not _ reverse _ lookup (12) -
do
_ not _ reverse _ lookup= (12) -
for
_ fd (12) -
make
_ passwd (12) - new (48)
-
open
_ uri (24)
検索結果
先頭1件
-
WEBrick
:: HTTPProxyServer . new(config , default = WEBrick :: Config :: HTTP) -> WEBrick :: HTTPProxyServer (7.0) -
プロクシオブジェクトを生成して返します。
...は WEBrick::HTTPAuth::ProxyBasicAuth か
WEBrick::HTTPAuth::ProxyDigestAuth を使用します。
//emlist{
require 'webrick'
require 'webrick/httpproxy'
auth_proc = proc{|req, res|
unless c = req['proxy-authorization']
res['Proxy-Authenticate'] = 'Basic realm="WEBrick Proxy"'
rai...