aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net/http
Commit message (Expand)AuthorAgeFilesLines
* Define classes for r58800naruse2017-05-191-5/+18
* Net::HTTP::STATUS_CODES is added as HTTP Status Code Repository [Misc #12935]naruse2017-05-191-0/+81
* Add more HTTP status classesnaruse2017-05-191-1/+9
* Fix undefined method 'dump' for nil:NilClass (NoMethodError)a_matsuda2016-11-081-1/+3
* * lib/net/http/response.rb: Improve document readability.hsbt2016-10-051-2/+2
* * lib/net/http/header.rb: Fix typo. [ci skip][fix GH-1407]hsbt2016-08-161-1/+1
* * lib/net/http/generic_rquest.rb (write_header): A Request-Line mustshugo2016-07-061-1/+6
* * lib/net/http/header.rb: [DOC] add documentation thatktsj2016-05-041-0/+10
* * lib/net/http/header.rb (Net::HTTPHeader#{each_header,each_name,ktsj2016-05-041-5/+5
* net/http/header.rb: refactornobu2016-04-251-12/+8
* * lib/net/http/header.rb: Warn nil variable on HTTP Header.hsbt2016-01-291-2/+5
* stdlib: avoid extra calls to eliminate "\n" from Base64normal2016-01-101-1/+1
* * lib/net/http/responses.rb: Added new response class for 451 status code.hsbt2015-12-301-0/+3
* [DOC] Fix typosa_matsuda2015-12-231-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-169-0/+9
* * 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
* * lib/net/http/responses.rb: Added 308 status to CODE_TO_OBJ list.hsbt2015-07-091-0/+1
* 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/*: use io/wait methods instead of IO.selectnormal2015-04-151-1/+1
* * lib/net/http/header.rb: pass header names as symbols.hsbt2015-02-081-1/+1
* * lib/net/http/response.rb (Net::HTTPResponse): require one or morenaruse2014-12-231-1/+1
* * lib/net/http/requests.rb (Net::HTTP::Options::RESPONSE_HAS_BODY):naruse2014-08-051-1/+1
* * lib/net/http/generic_request.rb (Net::HTTP::GenericRequest#exec):naruse2014-08-051-11/+2
* * lib/net/http/generic_request.rbnaruse2014-08-051-10/+23
* * lib/net/http/generic_request.rbnaruse2014-08-051-9/+8
* * 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/responses.rb: added Net::HTTPPermanentRedirect(308)hsbt2014-06-121-1/+3
* * lib/net/http/responses.rb:naruse2013-12-081-1/+4
* * lib/net/http/header.rb: [DOC] Net::HTTP#to_hash returns pair of key and...hsbt2013-12-071-4/+4
* range.c: revert r42400nobu2013-08-081-1/+2
* net/http/header.rb: remove a hacknobu2013-08-061-1/+0
* cleanup by @vipulnsward [GH fixes #262]hsbt2013-03-221-1/+1
* * lib/net/http: Do not handle Content-Encoding when the user setsdrbrain2013-02-142-0/+25
* * lib/net/http/generic_request.rb (encode_multipart_form_data): removeakr2013-01-291-0/+1
* * lib/net/http/generic_request.rb:naruse2013-01-051-1/+8
* * lib/net/http/generic_request.rb (Net::HTTPGenericRequest):naruse2012-12-231-0/+3
* * lib/net/http.rb: Requests may be created with a URI which sets thedrbrain2012-12-212-1/+43
* revert r37326 "remove string literal concatenation"nobu2012-10-251-1/+3
* remove string literal concatenationnobu2012-10-251-3/+1
* * lib/net/http/backward.rb (class Net): Restored Net::HTTPSession todrbrain2012-08-231-1/+4
* Suppress warningsnaruse2012-08-211-1/+1
* * lib/net/http/response.rb: Automatically inflate gzip anddrbrain2012-07-193-19/+147
* Fix 4xx classes to inherit correctly from Net::HTTPClientErrorknu2012-07-051-4/+4
* * lib/net/http/responses.rb, lib/webrick/httpstatus.rb: Add HTTPknu2012-06-131-3/+43
* * lib/net/http/response.rb: Remove a duplicated rdoc and leave aknu2012-06-102-70/+12