るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.023秒)
トップページ > クエリ:start[x] > クエリ:BasicAuth[x]

別のキーワード

  1. smtp start
  2. net/smtp start
  3. http start
  4. pop start
  5. pop3 start

ライブラリ

検索結果

WEBrick::HTTPAuth::BasicAuth (18012.0)

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

...passwd(nil, 'username', 'supersecretpass')

authenticator = WEBrick::HTTPAuth::BasicAuth.new(:UserDB => htpd, :Realm => realm)
srv.mount_proc('/basic_auth') {|req, res|
authenticator.authenticate(req, res)
res.body = "hoge"
}
srv.start # http://127.0.0.1:10080/basic_auth...