るりまサーチ

最速Rubyリファレンスマニュアル検索!
108件ヒット [101-108件を表示] (0.009秒)
トップページ > クエリ:httpserver[x] > 種類:クラス[x]

別のキーワード

  1. httpserver mount_proc
  2. webrick/httpserver new
  3. webrick/httpserver mount_proc
  4. httpserver new
  5. httpserver mount

検索結果

<< < 1 2 >>

WEBrick::HTTPAuth::BasicAuth (7.0)

HTTP の Basic 認証のためのクラスです。

...HTTP の Basic 認証のためのクラスです。



require 'webrick'
realm = "WEBrick's realm"
srv = WEBrick::HTTPServer.new({ :BindAddress => '127.0.0.1', :Port => 10080})

htpd = WEBrick::HTTPAuth::Htpasswd.new('dot.htpasswd')
htpd.set_passwd(nil, 'username', 'supersecre...
<< < 1 2 >>