1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/webrick
drbrain 9dff71ad78 * lib/webrick/httpresponse.rb: Allow #body to be an IO-like object
that responds to #readpartial and #read.
  [ruby-trunk - Feature #8155]
* NEWS:  NEWS for above
* test/webrick/test_httpresponse.rb:  Tests for above.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42427 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-08-07 18:38:39 +00:00
..
.htaccess
test_cgi.rb * test/webrick/test_cgi.rb (TestWEBrickCGI#{start_cgi_server,test_cgi}): 2013-08-07 07:39:23 +00:00
test_cookie.rb
test_filehandler.rb test_filehandler.rb: fix for non-NTFS 2013-06-21 06:15:36 +00:00
test_htmlutils.rb webrick: fix non-ascii escape bugs 2013-05-20 01:40:30 +00:00
test_httpauth.rb * test/csv/test_features.rb, test/logger/test_logger.rb 2013-04-20 23:03:52 +00:00
test_httpproxy.rb Suppress warnings 2013-04-02 06:28:13 +00:00
test_httprequest.rb
test_httpresponse.rb * lib/webrick/httpresponse.rb: Allow #body to be an IO-like object 2013-08-07 18:38:39 +00:00
test_httpserver.rb * Remove unused variables. 2012-04-07 23:41:27 +00:00
test_httputils.rb webrick: fix non-ascii escape bugs 2013-05-20 01:40:30 +00:00
test_httpversion.rb
test_server.rb Suppress warnings 2013-04-02 06:28:13 +00:00
test_utils.rb
utils.rb Overwrite Ruby's path for cgi in tests 2013-04-18 13:56:09 +00:00
webrick.cgi
webrick_long_filename.cgi