How can i get particular datafrom #<Net::HTTP google.co ope

hi,

I want to fetch google.com as a data from

#<Net::HTTP google.com:80 open=true>

how can i fetch that ?

thanks,
Priyank S.

On Sep 13, 2010, at 20:46 , Priyank S. wrote:

hi,

I want to fetch google.com as a data from

#<Net::HTTP google.com:80 open=true>

how can i fetch that ?

You can start by using google to try to answer your own question.

On 09/13/2010 08:46 PM, Priyank S. wrote:

See
http://ruby-doc.org/stdlib/libdoc/net/http/rdoc/classes/Net/HTTP.html

I think you will find it in the attributes.

-Justin