ruby-cvs:22053
From: gotoyuzo ruby-lang.org
Date: Mon, 31 Dec 2007 23:17:42 +0900 (JST)
Subject: [ruby-cvs:22053] Ruby:r14816 (trunk): * lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_service):
gotoyuzo 2007-12-31 23:17:41 +0900 (Mon, 31 Dec 2007)
New Revision: 14816
Added files:
trunk/test/webrick/test_httpproxy.rb
Modified files:
trunk/ChangeLog
trunk/lib/webrick/httpproxy.rb
trunk/test/webrick/utils.rb
Log:
* lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_service):
call do_XXX which corespond with request method.
(WEBrick::HTTPProxyServer#do_CONNECT,do_GET,do_POST,do_HEAD): added.
* test/webrick/test_httpproxy.rb: add test for WEBrick::HTTPProxyServer.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/webrick/test_httpproxy.rb?revision=14816&view=markup
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/webrick/httpproxy.rb?r1=14816&r2=14815
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=14816&r2=14815
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/webrick/utils.rb?r1=14816&r2=14815