132件ヒット
[101-132件を表示]
(0.037秒)
別のキーワード
ライブラリ
クラス
キーワード
- AbstractServlet (12)
- CGIRunner (12)
- HTTPServer (12)
- Ruby (12)
-
do
_ GET (12) -
do
_ POST (12) - new (12)
-
ruby 1
. 8 . 4 feature (12) - webrick (12)
-
webrick
/ httpservlet / cgihandler (12)
検索結果
-
WEBrick
:: HTTPServlet :: CGIHandler :: CGIRunner -> String (6000.0) -
CGI を実行するためのコマンドを返します。
CGI を実行するためのコマンドを返します。 -
ruby 1
. 8 . 4 feature (3024.0) -
ruby 1.8.4 feature ruby 1.8.4 での ruby 1.8.3 からの変更点です。
...ruby 1.8.4 feature
ruby 1.8.4 での ruby 1.8.3 からの変更点です。
掲載方針
*バグ修正の影響も含めて動作が変わるものを収録する。
*単にバグを直しただけのものは収録しない。
*ライブラリへの単なる定数の追加は収録しない。......号について(特に重要なものは大文字(主観))
# * カテゴリ
# * [ruby]: ruby インタプリタの変更
# * [api]: 拡張ライブラリ API
# * [lib]: ライブラリ
* レベル
* [bug]: バグ修正
* [new]: 追加されたクラス/メソッドなど
* [compat]:......WEBrick
#Mon Oct 31 05:37:20 2005 GOTOU Yuuzou <gotoyuzo@notwork.org>
#
# * lib/webrick/httpservlet/cgihandler.rb
# (WEBrick::HTTPServlet::CGIHandler#do_GET): the value of Set-Cookie:
# header field should be splited into each cookie. [ruby-Bugs:2199]
#
# * lib/webric... -
WEBrick
:: HTTPServer (3006.0) -
HTTP サーバの機能を提供するクラスです。
...equire 'webrick'
srv = WEBrick::HTTPServer.new({:DocumentRoot => '/home/username/public_html/',
:BindAddress => '127.0.0.1',
:Port => 10080})
srv.mount('/hoge.pl', WEBrick::HTTPServlet::CGIHandler, 'really_executed_script.rb')
Signal...