るりまサーチ

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

別のキーワード

  1. net/http get
  2. http get
  3. http start
  4. net/http start
  5. net/http delete

ライブラリ

キーワード

検索結果

WEBrick::HTTPAuth::Htgroup#members(group) -> [String] (24117.0)

WEBrick::HTTPAuth::Htgroup#reload を呼んでから与えられたグループに所属するメンバのリストを返します。

...
WEBrick
::HTTPAuth::Htgroup#reload を呼んでから与えられたグループに所属するメンバのリストを返します。

@param group グループ名を指定します。...

WEBrick::HTTPAuth::Htgroup#add(group, members) (6107.0)

与えられたグループにメンバを追加します。

...与えられたグループにメンバを追加します。

@param group メンバを追加するグループを指定します。

@param members 追加するメンバを配列で指定します。...

NEWS for Ruby 3.0.0 (66.0)

NEWS for Ruby 3.0.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。

...* Add :connect_timeout to TCPSocket.new 17187
* Net::HTTP
* Net::HTTP#verify_hostname= and Net::HTTP#verify_hostname have been added to skip hostname verification. 16555
* Net::HTTP.get, Net::HTTP.get_response, and Net::HTTP.get_print can take the request headers as a Hash in the sec...
...ning them, please comment on your plan to https://github.com/ruby/xmlrpc or https://github.com/ruby/net-telnet.
* SDBM has been removed from the Ruby standard library. 8446
* The issues of sdbm will be handled at https://github.com/ruby/sdbm
* WEBrick has been removed from the Ruby standard...
...t_length`, `#even?`, `#integer?`, `#magnitude`, `#odd?`, `#ord`, `#to_i`, `#to_int`, `#zero?`
* `Struct`: reader methods for 10th or later members
* Constant references are inlined.
* Always generate appropriate code for `==`, `nil?`, and `!` calls depending on a receiver class....