aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net/http
Commit message (Expand)AuthorAgeFilesLines
* Get rid of warnings of test/specusa2018-06-141-1/+0
* Use `Net::HTTPClientException` instead of `Net::HTTPServerException`naruse2018-06-061-1/+1
* Add Net::HTTPClientException [Bug #14688]naruse2018-06-061-0/+8
* Raise ArgumentError if host component is nilnaruse2018-03-081-0/+2
* net/http: use writev for HTTP chunked request bodiesnormal2018-01-141-3/+2
* Add `103 Early Hints` to `Net::HTTP::STATUS_CODES` [ci skip]kazu2018-01-121-0/+1
* net/http: clear compressed chunk after decompressionnormal2018-01-081-0/+1
* Update Status Codekazu2018-01-061-11/+15
* Add 103 Early Hintskazu2018-01-061-0/+4
* Specify frozen_string_literal: truekazu2018-01-061-1/+1
* raise error if value contains CR/LF in iniheader of initialize_http_headernaruse2017-12-201-3/+7
* Add uplevel keyword to Kernel#warn and use itshyouhei2017-12-123-7/+7
* Fixed misspelling words.hsbt2017-10-221-2/+2
* Use caller with length to reduce unused stringskazu2017-10-211-3/+3
* HTTPHeader#add_field should allow binary [Bug #13926]naruse2017-09-251-2/+2
* to_str -> to_sko12017-08-301-1/+1
* A HTTP Header value must not contain CR or LF.naruse2017-08-301-2/+30
* Fix `NameError: uninitialized constant Net`kazu2017-08-041-0/+2
* 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