aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net/http/response.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * ext/socket/lib/socket.rb: use safe navigation operator.hsbt2015-12-141-1/+1
* * lib/net/http/response.rb (Net::HTTPResponse::Inflater#finish):ktsj2015-08-011-0/+1
* * lib/net/http/response.rb (Net::HTTPResponse#inflater):ktsj2015-08-011-3/+3
* fix previous commit for nil casenaruse2015-06-291-1/+2
* * lib/net/http/response.rb (inflater): CONTENT_ENCODING can be uppernaruse2015-06-291-1/+1
* * lib/net/http/response.rb (Net::HTTPResponse): require one or morenaruse2014-12-231-1/+1
* * lib/cgi/core.rb: remove unused variables.hsbt2014-07-271-1/+0
* * lib/net/htp/response.rb (Net::Inflater#inflate_adapter):naruse2014-07-031-0/+5
* * lib/net/http/response.rb (Net::HTTP.each_response_header):naruse2014-07-031-1/+6
* * lib/net/http: Do not handle Content-Encoding when the user setsdrbrain2013-02-141-0/+6
* * lib/net/http.rb: Requests may be created with a URI which sets thedrbrain2012-12-211-0/+9
* Suppress warningsnaruse2012-08-211-1/+1
* * lib/net/http/response.rb: Automatically inflate gzip anddrbrain2012-07-191-18/+129
* * lib/net/http/response.rb: Remove a duplicated rdoc and leave aknu2012-06-101-59/+2
* * lib/net/http/responses.rb: Add RFC 6586 response codes. Patch bydrbrain2012-06-081-0/+4
* * lib/net/http.rb: Broke up Net::HTTP into individual files.drbrain2012-05-221-0/+332