aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/http/test_httpresponse.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/net/http: Do not handle Content-Encoding when the user setsdrbrain2013-02-141-0/+26
* * lib/net/http.rb: Requests may be created with a URI which sets thedrbrain2012-12-211-0/+15
* * ruby.c (load_file_internal): set default source encoding asnaruse2012-11-061-0/+1
* Refix r36678: switch with zlib and check content-encoding.naruse2012-08-101-6/+24
* Suppress warnings: Net::HTTPResponse#header is obsoletenaruse2012-08-101-4/+4
* Run automatic deflate decoding only if it has zlib.naruse2012-08-101-3/+3
* * lib/net/http/response.rb: Automatically inflate gzip anddrbrain2012-07-191-2/+156
* * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi2009-10-301-0/+40