Sha256: e761c214171ad589aff445f7bff2503d0a68b9a780b0cc8a8fbb8c47ec946d69
Contents?: true
Size: 316 Bytes
Versions: 6
Compression:
Stored size: 316 Bytes
Contents
Shoes.app do stack do title "Searching Google", :size => 16 @status = para "One moment..." # Search Google for 'shoes' and print the HTTP headers download "http://www.google.com/search?q=shoes" do |goog| @status.text = "Headers: " + goog.response.headers.inspect end end end
Version data entries
6 entries across 6 versions & 2 rubygems