summaryrefslogtreecommitdiff
path: root/lib/net/http
AgeCommit message (Collapse)Author
2024-05-30[ruby/net-http] Update lib/net/http/header.rbBrandon Weaver
https://github.com/ruby/net-http/commit/826e008cfe Co-authored-by: Jean Boussier <jean.boussier@gmail.com>
2024-05-30[ruby/net-http] Replace Regexp in for headers for perfBrandon Weaver
https://github.com/ruby/net-http/commit/15f1349e4e
2024-05-30[ruby/net-http] Add Net::HTTP.put methodZopolis4
https://github.com/ruby/net-http/commit/6dc01c985b
2023-10-05[ruby/net-http] Net::HTTPResponse nil checkingBrian Hawley
Fix nil handling in read_body and stream_check. Fixes: #70 https://github.com/ruby/net-http/commit/36f916ac18
2023-09-19[ruby/net-http] No longer neccessary to call `String#freeze` on string literals.0x1eef
See #144 https://github.com/ruby/net-http/commit/5a986c13d3
2023-08-16[ruby/net-http] Update lib/net/http/response.rbJosh Nichols
@natematykiewicz's suggestion to avoid a string allocation https://github.com/ruby/net-http/commit/925630f227 Co-authored-by: Nate Matykiewicz <natematykiewicz@gmail.com>
2023-08-16[ruby/net-http] use +'' everywhereJosh Nichols
https://github.com/ruby/net-http/commit/1077427152
2023-08-16[ruby/net-http] freeze rest of libJosh Nichols
https://github.com/ruby/net-http/commit/455a74734a
2023-08-16[ruby/net-http] update net/http/response to be frozen string literalJosh Nichols
https://github.com/ruby/net-http/commit/dc3b4a75ca
2023-08-16[ruby/net-http] turn on frozen strings for net/http/generic_requestJosh Nichols
https://github.com/ruby/net-http/commit/b92ade088d
2023-08-16[ruby/net-http] turn on frozen strings for net/http/headerJosh Nichols
https://github.com/ruby/net-http/commit/a5203c9f92
2023-08-16[ruby/net-http] Improve performance of HTTPHeader#content_typeJosh Nichols
In the existing implementation, `main_type` and `sub_type` would end up being called multiple times potentially. Instead of doing that, save the result so it can be re-used. https://github.com/ruby/net-http/commit/179976f7ea
2023-05-05Redirect to `IO::NULL` for the portabilityNobuyoshi Nakada
2023-03-31[ruby/net-http] typofixHiroshi SHIBATA
https://github.com/ruby/net-http/commit/4d31bde125
2023-03-31[ruby/net-http] Fix previous commitNAKAMURA Usaku
https://github.com/ruby/net-http/commit/1b276e2654
2023-03-31[ruby/net-http] Limit header lengthNAKAMURA Usaku
https://github.com/ruby/net-http/commit/c245f7f9c8
2023-03-08[ruby/net-http] Enhanced RDoc for Net::HTTPBurdette Lamar
(https://github.com/ruby/net-http/pull/130) https://github.com/ruby/net-http/commit/698e18cfc1
2023-03-06[ruby/net-http] Exclude git related filesNobuyoshi Nakada
https://github.com/ruby/net-http/commit/2767df580d
2023-03-06[ruby/net-http] Read in binary mode to get rid of invalid byte sequenceNobuyoshi Nakada
https://github.com/ruby/net-http/commit/38de3d17a7
2023-02-28Update lib/net/http/status.rbHiroshi SHIBATA
2023-02-27Prefer to use File.foreach instead of IO.foreachHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/7387
2023-02-24[ruby/net-http] [DOC] Enhanced RDoc for Net::HTTPBurdette Lamar
(https://github.com/ruby/net-http/pull/126) https://github.com/ruby/net-http/commit/4700d0660b
2023-02-14[ruby/net-http] [DOC] Enhanced RDoc for request headersBurdette Lamar
(https://github.com/ruby/net-http/pull/120) https://github.com/ruby/net-http/commit/b4eb8a7932
2023-02-02[ruby/net-http] Remarks on inclusionsBurdetteLamar
https://github.com/ruby/net-http/commit/dfd060c583
2023-02-02[ruby/net-http] [DOC] Enhanced RDoc for HTTPGenericRequestBurdette Lamar
(https://github.com/ruby/net-http/pull/113) https://github.com/ruby/net-http/commit/14c8405702
2023-01-28[ruby/net-http] Correct doc errorBurdetteLamar
https://github.com/ruby/net-http/commit/dc006d8419
2023-01-19[ruby/net-http] [DOC] Header docBurdette Lamar
(https://github.com/ruby/net-http/pull/104) https://github.com/ruby/net-http/commit/3308362d9b
2023-01-18[ruby/net-http] [DOC] Enhanced RDoc for set_formBurdette Lamar
(https://github.com/ruby/net-http/pull/103) https://github.com/ruby/net-http/commit/f6506ff889
2023-01-01[ruby/net-http] Enhanced RDoc for HTTPHeaderBurdetteLamar
https://github.com/ruby/net-http/commit/6a282eccdd
2022-12-26[ruby/net-http] Adding links to referencesBurdetteLamar
https://github.com/ruby/net-http/commit/1c8151aaf3
2022-12-26[ruby/net-http] [DOC] Adding links to referencesBurdette Lamar
(https://github.com/ruby/net-http/pull/97) https://github.com/ruby/net-http/commit/768115167a Notes: Merged: https://github.com/ruby/ruby/pull/7025
2022-12-26[ruby/net-http] Adding links to referencesBurdetteLamar
https://github.com/ruby/net-http/commit/b85530e6b8 Notes: Merged: https://github.com/ruby/ruby/pull/7025
2022-12-26Apply the accidental commits again before Ruby 3.2.Hiroshi SHIBATA
Reverts the following commits: eb8d4d7b5145849325985c00b810b8d75661d86e edb83dc3a2c374e880e8eb488152872152790e92 d40064d1846b5835dff81e3f168c0c3a6c85e814
2022-12-23Revert the additional changes from net-http-0.3.2Hiroshi SHIBATA
2022-12-21[ruby/net-http] Adding links to referencesBurdetteLamar
https://github.com/ruby/net-http/commit/71bae5c0fe
2022-12-21[ruby/net-http] Adding links to referencesBurdetteLamar
https://github.com/ruby/net-http/commit/e4df80f299
2022-12-21[ruby/net-http] Adding links to referencesBurdetteLamar
https://github.com/ruby/net-http/commit/df5a554fa8
2022-12-18[ruby/net-http] Adding links to referencesBurdetteLamar
https://github.com/ruby/net-http/commit/6dfe6f411a
2022-12-14[ruby/net-http] [DOC] New doc for responses classesBurdette Lamar
(https://github.com/ruby/net-http/pull/91) https://github.com/ruby/net-http/commit/d394404402
2022-12-14[ruby/net-http] [DOC] Correct formatting in header.rbBurdette Lamar
(https://github.com/ruby/net-http/pull/90) https://github.com/ruby/net-http/commit/d9d829ca53
2022-12-12[ruby/net-http] [DOC] Enhanced RDoc for HTTPHeaderBurdette Lamar
(https://github.com/ruby/net-http/pull/88) https://github.com/ruby/net-http/commit/46e966be10
2022-12-04[ruby/net-http] [DOC] Enhanced RDoc for Net::HTTPBurdette Lamar
(https://github.com/ruby/net-http/pull/84) https://github.com/ruby/net-http/commit/660046386f
2022-12-01[ruby/net-http] [DOC] Enhanced RDoc for Net::HTTPHeaderBurdette Lamar
(https://github.com/ruby/net-http/pull/83) https://github.com/ruby/net-http/commit/1ea5004098
2022-11-28[ruby/net-http] Enhanced RDoc for header RangeBurdette Lamar
(https://github.com/ruby/net-http/pull/82) https://github.com/ruby/net-http/commit/a26f62a2e5
2022-11-27[ruby/net-http] [DOC] Enhanced RDoc for Net::HTTPHeaderBurdette Lamar
https://github.com/ruby/net-http/commit/77c6878970
2022-11-23[ruby/net-http] Enhanced RDoc for Net::HTTPHeaderBurdetteLamar
https://github.com/ruby/net-http/commit/86b0514239
2022-11-23[ruby/net-http] Enhanced RDoc for Net::HTTPHeaderBurdetteLamar
https://github.com/ruby/net-http/commit/ef0ef53b0c
2022-11-23[ruby/net-http] Enhanced RDoc for Net::HTTPHeaderBurdetteLamar
https://github.com/ruby/net-http/commit/0af9fb94a9
2022-11-23[ruby/net-http] Enhanced RDoc for Net::HTTPHeaderBurdetteLamar
https://github.com/ruby/net-http/commit/995ff356b4
2022-11-23[ruby/net-http] Enhanced RDoc for Net::HTTPHeaderBurdetteLamar
https://github.com/ruby/net-http/commit/e924f1205b