RubyGems Navigation menu

soup-ruby 0.0.10

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:
=

Installeer:
=

Versies:

  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)
Toon alle versies (9 totaal)

Runtime afhankelijkheden (2):

gtk2 >= 2.0.0
rubber-generate >= 0.0.17

Eigenaren:

Authors:

  • Geoff Youngs

SHA 256 checksum:

=

Total downloads 26.570

Voor deze versie 5.076

Versie vrijgegeven:

Licentie:

The Ruby License

Required Ruby Version: >= 0

Links: