summaryrefslogtreecommitdiff
path: root/lib/net/http
AgeCommit message (Expand)Author
2022-10-13Raise ArgumentError with empty host url again.Hiroshi SHIBATA
2022-06-16[ruby/net-http] Make `Net::HTTPHeader#content_range` return nil on non-byte u...Shishir Joshi
2022-06-16Revert "HTTPHeader.content_range throws error on non-byte units"Nobuyoshi Nakada
2022-06-16HTTPHeader.content_range throws error on non-byte unitsShishir Joshi
2022-05-23[ruby/net-http] [DOC] Get rid of a RDoc bugNobuyoshi Nakada
2022-05-21[ruby/net-http] Make the recommended name formalNobuyoshi Nakada
2022-04-20[ruby/net-http] Add ignore_eof access to HTTP and HTTPResponseJeremy Evans
2022-04-14[ruby/net-http] Update the content-length heading when decoding bodiesJeremy Evans
2022-04-12[ruby/net-http] Add HTTP#response_body_encoding for setting response body enc...Jeremy Evans
2022-04-03[ruby/net-http] Revert "Update the content-length heading when decoding bodies"Jeremy Evans
2022-04-02[ruby/net-http] Update the content-length heading when decoding bodiesJeremy Evans
2022-02-21Removed dependency of net-protocol. There is no plan to remove from stdlibHiroshi SHIBATA
2021-11-17[ruby/net-http] gemspec: Drop unused directive "executables"Olle Jonsson
2021-11-11[ruby/net-http] Send Accept-Encoding header on HEAD methodShohei Maeda
2021-11-04[ruby/net-http] Warn deprecated old constantsNobuyoshi Nakada
2021-11-04[ruby/net-http] Fix the typo in a constant nameNobuyoshi Nakada
2021-07-29[ruby/net-http] Enforce write timeout when body_stream is usedMiguel Teixeira
2021-04-28[ruby/net-http] Fix the regexp used to clean the hostJean Boussier
2020-12-02Added dependencies for net-httpHiroshi SHIBATA
2020-11-06Added dependency for net-protocolHiroshi SHIBATA
2020-08-18Added the missing licenses field to some default gemsHiroshi SHIBATA
2020-07-30Extract version number from the sourceNobuyoshi Nakada
2020-05-31Fix error raised by Net::HTTPResponse#inflater if the block raisesBenoit Daloze
2020-05-27Improve documentation for Net::HTTPHeader#set_form [ci skip]Jeremy Evans
2020-04-08The current net-http is only works with Ruby 2.6+Hiroshi SHIBATA
2020-03-12Add workaround for test-bundler failureKazuhiro NISHIYAMA
2020-02-21Promote net-http to the default gems.Hiroshi SHIBATA
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