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 Shah
···
--
Posted via http://www.ruby-forum.com/.
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 Shah
--
Posted via http://www.ruby-forum.com/.
You can start by using google to try to answer your own question.
On Sep 13, 2010, at 20:46 , Priyank Shah wrote:
hi,
I want to fetch google.com as a data from
#<Net::HTTP google.com:80 open=true>
how can i fetch that ?
See http://ruby-doc.org/stdlib/libdoc/net/http/rdoc/classes/Net/HTTP.html
I think you will find it in the attributes.
-Justin
On 09/13/2010 08:46 PM, Priyank Shah wrote:
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 Shah