search for: proxy_addr

Displaying 2 results from an estimated 2 matches for "proxy_addr".

Did you mean: proxy1_addr
2011 May 24
0
read_nonblock': end of file reached (EOF Error)
...for this, My program is as follows require ''net/http'' APPLICATION_ID = ''XIM4jgY6YIrOoB'' YAHOO_WEB_SERVICE_SEARCH_URL = ''http://search.yahooapis.com/ WebSearchService/V1/webSearch'' query = ''world cup 2011'' results_limit = 10 proxy_addr = ''MyProxy'' proxy_port = 80 proxy_name = "MyName" proxy_pass = "MyPassword" path = "?appid=#{APPLICATION_ID}&query=#{URI.encode(query)} &results=#{results_limit}" Net::HTTP::Proxy(proxy_addr, roxy_port, proxy_name, proxy_pass ).start( YAHOO_W...
2007 Oct 07
1
How to store a Mechanize object in the database?
...odel and "user" is defined as a "text" type in the Model. irb(main):039:0> agent.user = WWW::Mechanize.new #<WWW::Mechanize:0xb71295f0 @follow_meta_refresh=false, @key=nil, @user_agent="WWW-Mechanize/0.6.10 (http://rubyforge.org/projects/mechanize/)", @log=nil, @proxy_addr=nil, @keep_alive=true, @user=nil, @pass=nil, @conditional_requests=true, @proxy_port=nil, @pluggable_parser=#<WWW::Mechanize::PluggableParser:0xb712953c @parsers={"text/html"=>WWW::Mechanize::Page}, defaultWWW::Mechanize::File, read_timeoutnil, keep_alive_time300, ca_filenil, watch_...