summaryrefslogtreecommitdiff
path: root/lib/net/http
AgeCommit message (Expand)Author
2020-07-23merge revision(s) 5a79d8e0507cd143100bf928a88a59a8b5a5bca6,160511d851375f7cb9...nagachika
2019-12-16Revert "lib/net/http/response.rb: support raw deflate correctly"Yusuke Endoh
2019-12-16lib/net/http/response.rb: support raw deflate correctlyYusuke Endoh
2019-11-15Fix a typo [ci skip]Kazuhiro NISHIYAMA
2019-10-26Improve Net::HTTP docs:zverok
2019-10-09Remove uselsess shebangPavel Valena
2019-08-09Fix typo: duplicated the [skip-ci]ohbarye
2019-07-24Show the caller's locationNobuyoshi Nakada
2018-12-11ReFix r663197nobu
2018-12-11Fix r663197nobu
2018-12-10Preserve HTTP header key as string [Bug #15394]naruse
2018-11-02lib/*: Prefer require_relative over require.marcandre
2018-09-19net/http: Improve net/http header error message.marcandre
2018-06-14Get rid of warnings of test/specusa
2018-06-06Use `Net::HTTPClientException` instead of `Net::HTTPServerException`naruse
2018-06-06Add Net::HTTPClientException [Bug #14688]naruse
2018-03-08Raise ArgumentError if host component is nilnaruse
2018-01-14net/http: use writev for HTTP chunked request bodiesnormal
2018-01-12Add `103 Early Hints` to `Net::HTTP::STATUS_CODES` [ci skip]kazu
2018-01-08net/http: clear compressed chunk after decompressionnormal
2018-01-06Update Status Codekazu
2018-01-06Add 103 Early Hintskazu
2018-01-06Specify frozen_string_literal: truekazu
2017-12-20raise error if value contains CR/LF in iniheader of initialize_http_headernaruse
2017-12-12Add uplevel keyword to Kernel#warn and use itshyouhei
2017-10-22Fixed misspelling words.hsbt
2017-10-21Use caller with length to reduce unused stringskazu
2017-09-25HTTPHeader#add_field should allow binary [Bug #13926]naruse
2017-08-30to_str -> to_sko1
2017-08-30A HTTP Header value must not contain CR or LF.naruse
2017-08-04Fix `NameError: uninitialized constant Net`kazu
2017-05-19Define classes for r58800naruse
2017-05-19Net::HTTP::STATUS_CODES is added as HTTP Status Code Repository [Misc #12935]naruse
2017-05-19Add more HTTP status classesnaruse
2016-11-08Fix undefined method 'dump' for nil:NilClass (NoMethodError)a_matsuda
2016-10-05* lib/net/http/response.rb: Improve document readability.hsbt
2016-08-16* lib/net/http/header.rb: Fix typo. [ci skip][fix GH-1407]hsbt
2016-07-06* lib/net/http/generic_rquest.rb (write_header): A Request-Line mustshugo
2016-05-04* lib/net/http/header.rb: [DOC] add documentation thatktsj
2016-05-04* lib/net/http/header.rb (Net::HTTPHeader#{each_header,each_name,ktsj
2016-04-25net/http/header.rb: refactornobu
2016-01-29* lib/net/http/header.rb: Warn nil variable on HTTP Header.hsbt
2016-01-10stdlib: avoid extra calls to eliminate "\n" from Base64normal
2015-12-30* lib/net/http/responses.rb: Added new response class for 451 status code.hsbt
2015-12-23[DOC] Fix typosa_matsuda
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-14* ext/socket/lib/socket.rb: use safe navigation operator.hsbt
2015-08-01* lib/net/http/response.rb (Net::HTTPResponse::Inflater#finish):ktsj
2015-08-01* lib/net/http/response.rb (Net::HTTPResponse#inflater):ktsj
2015-07-09* lib/net/http/responses.rb: Added 308 status to CODE_TO_OBJ list.hsbt