るりまサーチ

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

別のキーワード

  1. basicauth new
  2. config basicauth
  3. basicauth realm
  4. basicauth userdb
  5. basicauth logger

ライブラリ

検索結果

WEBrick::HTTPAuth::BasicAuth (18007.0)

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

...= WEBrick::HTTPAuth::Htpasswd.new('dot.htpasswd')
htpd.set_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 =...

WEBrick::HTTPAuth::ProxyBasicAuth (6001.0)

プロクシの Basic 認証のためのクラスです。

プロクシの Basic 認証のためのクラスです。