require 'uri'Net::HTTP.get(URI.parse("http://www.oreilly.com"))response = Net::HTTP.get_response('www.oreilly.com', '/about/')puts response['Server']puts response['SERVER']