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: 42,133 of 187,224
Downloads: 27,531
Daily
Ranking: 128,321 of 187,196
Downloads: 3
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,671 | 679,458 | gtk2 |
20,712 | 74,043 | rubber-generate |
Owners
# | Gravatar | Handle |
---|---|---|
1 | #44891 |