RubyGems Navigation menu

soup-ruby 0.0.9

Libsoup bindings for ruby. Partial coverage sufficient to allow HTTP requests to be handled without blocking the mainloop. e.g require 'gtk2' require 'soup' message = Soup::Message.new("GET", "http://www.example.com/") Soup::SessionAsync.new.queue(message) do |_sess,_mess| puts "Got response" Gtk.main_quit end Gtk.main

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 0.0.10 - August 31, 2016 (12KB)
  2. 0.0.9 - August 31, 2016 (12KB)
  3. 0.0.8 - June 08, 2016 (12KB)
  4. 0.0.7 - September 05, 2013 (11.5KB)
  5. 0.0.6 - September 04, 2013 (10.5KB)
全てのバージョンを表示(全9件)

Runtime依存関係 (2):

gtk2 >= 3.0.0
rubber-generate >= 0.0.17

所有者:

作者:

  • Geoff Youngs

SHA 256チェックサム:

0bd8902868efcb447aa7e8a969bd320868831411c322f50b3a0bbca1212d856a

累計ダウンロード数 25,806

このバージョンのみ 1,685

ライセンス:

The Ruby License

必要なRubyのバージョン: >= 0

リンク: