Categories: None [Edit]

soup-ruby

https://rubygems.org/gems/soup-ruby
https://github.com/geoffyoungs/soup-ruby
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

Total

Ranking: 39,861 of 180,518
Downloads: 25,815

Daily

Ranking: 24,095 of 180,507
Downloads: 9

Depended by

RankDownloadsName

Depends on

RankDownloadsName
6,082632,466gtk2
19,29969,688rubber-generate

Owners

#GravatarHandle
1icon#44891