212件ヒット
[201-212件を表示]
(0.165秒)
種類
- 特異メソッド (96)
- インスタンスメソッド (92)
- ライブラリ (12)
- 文書 (12)
ライブラリ
- ビルトイン (68)
- mkmf (24)
- pstore (12)
-
rubygems
/ specification (12) -
webrick
/ httpauth / basicauth (12) -
webrick
/ httpauth / digestauth (12) -
webrick
/ httpproxy (12) -
webrick
/ httpserver (12) -
webrick
/ httpservlet / filehandler (12) -
webrick
/ ssl (12)
クラス
-
Gem
:: Specification (12) - Hash (60)
- PStore (12)
- Thread (8)
-
WEBrick
:: GenericServer (12) -
WEBrick
:: HTTPAuth :: BasicAuth (12) -
WEBrick
:: HTTPAuth :: DigestAuth (12) -
WEBrick
:: HTTPProxyServer (12) -
WEBrick
:: HTTPServer (12) -
WEBrick
:: HTTPServlet :: FileHandler (12)
モジュール
- Kernel (24)
キーワード
- [] (12)
- fetch (56)
- new (72)
-
required
_ attribute (12) -
ruby 1
. 6 feature (12) - tsort (12)
-
with
_ config (24)
検索結果
-
WEBrick
:: GenericServer . new(config = {} , default = WEBrick :: Config :: General) -> WEBrick :: GenericServer (101.0) -
GenericServer オブジェクトを生成して返します。
...erverSoftware => "#{svrsoft} OpenSSL/#{osslv}",
:SSLEnable => true, # Ruby 1.8.3 以降では false がデフォルトです。
:SSLCertificate => nil,
:SSLPrivateKey => nil,
:SSLClientCA => nil,
:SSLExtraChainCert => nil,
:SSLCACertificateFile =......LCACertificatePath => nil,
:SSLCertificateStore => nil,
:SSLVerifyClient => ::OpenSSL::SSL::VERIFY_NONE,
:SSLVerifyDepth => nil,
:SSLVerifyCallback => nil, # custom verification
:SSLTimeout => nil,
:SSLOptions => nil,
:SSLStartImmediately => true,......# Must specify if you use auto generated certificate.
:SSLCertName => nil,
:SSLCertComment => "Generated by Ruby/OpenSSL"
@param config サーバの設定を保存したハッシュを指定します。
@param default サーバのデフォルトの設定を保存したハッ...