Categories: None [Edit]
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: 40,622 of 183,107
Downloads: 26,552
Daily
Ranking: 53,556 of 183,092
Downloads: 1
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|
Depends on
Rank | Downloads | Name |
---|---|---|
6,290 | 650,863 | gtk2 |
19,804 | 71,611 | rubber-generate |
Owners
# | Gravatar | Handle |
---|---|---|
1 | #44891 |