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:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.0.10 - August 31, 2016 (12 KB)
  2. 0.0.9 - August 31, 2016 (12 KB)
  3. 0.0.8 - June 08, 2016 (12 KB)
  4. 0.0.7 - September 05, 2013 (11.5 KB)
  5. 0.0.6 - September 04, 2013 (10.5 KB)
Show all versions (9 total)

Runtime Dependencies (2):

gtk2 >= 3.0.0
rubber-generate >= 0.0.17

Owners:

Authors:

  • Geoff Youngs

SHA 256 checksum:

0bd8902868efcb447aa7e8a969bd320868831411c322f50b3a0bbca1212d856a

Total downloads 25,738

For this version 1,678

License:

The Ruby License

Required Ruby Version: >= 0

Links: