From: david@... Date: 2006-12-13T00:30:42+09:00 Subject: Re: request_get VS request VS get Cit�t Mento Ruby : > wt's the different of using "request_get", "request" and "get" provided > in net/http library? > Both of them can get the reponse.body > > -- > Posted via http://www.ruby-forum.com/. > > Which get? I see both Net::HTTP::get, and Net::HTTP#get in the standard documentation. Also, it seems for #request you provide the request header yourself, method, HTTP version and all, for #request_get you only provide the URL. David Vallner