Skip to content

Instantly share code, notes, and snippets.

@arunthampi
Created July 7, 2009 15:50
Show Gist options
  • Save arunthampi/142171 to your computer and use it in GitHub Desktop.
Save arunthampi/142171 to your computer and use it in GitHub Desktop.
EventedNet::HTTP.get(URI.parse('http://www.google.com'), :callback => Proc.new {|status, body| puts "Status: #{status}, Body: #{body}" })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment