Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!
DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

allen has posted 6 posts at DZone. View Full User Profile

URI Parse

12.23.2005
Email
Views: 4387
  • submit to reddit
        // description of your code here

require 'net/http'
res = Net::HTTP.get_response(URI.parse('http://www.example.com'))
print res.body