最速Rubyリファレンスマニュアル検索!
すべて(12)
2.1.0(1)
2.2.0(1)
2.3.0(1)
2.4.0(1)
2.5.0(1)
2.6.0(1)
2.7.0(1)
3.0(1)
3.1(1)
3.2(1)
3.3(1)
3.4(1)
12件ヒット
[1-12件を表示]
(0.060秒)
トップページ
>
:
ライブラリ
>
:
httpserver
>
:new
別のキーワード
webrick/httpserver new
httpserver mount_proc
webrick/httpserver mount_proc
httpserver mount
検索結果
先頭1件
webrick
webrick
(13.0)
2.1.0
2.2.0
2.3.0
2.4.0
2.5.0
2.6.0
2.7.0
3.0
3.1
3.2
3.3
3.4
ライブラリ
汎用HTTPサーバーフレームワークです。HTTPサーバが簡単に作れます。
...
。
=== WEBrick の概要
以下は Web サーバとして完全に動作するスクリプトです。
require 'webrick'
srv = WEBrick::
HTTPServer
.
new
({ :DocumentRoot => './',
:BindAddress => '127.0.0.1',
:Port => 20080})
srv.m
...
WEBrick
webrick/accesslog
webrick/cgi
webrick/compat
webrick/config
webrick/cookie
webrick/htmlutils
webrick/httpauth
webrick/httpauth/authenticator
webrick/httpauth/basicauth
webrick/httpauth/digestauth
webrick/httpauth/htdigest
webrick/httpauth/htgroup
webrick/httpauth/htpasswd
webrick/httpauth/userdb
webrick/httpproxy
webrick/httprequest
webrick/httpresponse
webrick/https
webrick/httpserver
...