summaryrefslogtreecommitdiff
path: root/lib/net/http/header.rb
AgeCommit message (Expand)Author
2023-08-16[ruby/net-http] turn on frozen strings for net/http/headerJosh Nichols
2023-08-16[ruby/net-http] Improve performance of HTTPHeader#content_typeJosh Nichols
2023-03-31[ruby/net-http] typofixHiroshi SHIBATA
2023-03-31[ruby/net-http] Fix previous commitNAKAMURA Usaku
2023-03-31[ruby/net-http] Limit header lengthNAKAMURA Usaku
2023-01-19[ruby/net-http] [DOC] Header docBurdette Lamar
2023-01-18[ruby/net-http] [DOC] Enhanced RDoc for set_formBurdette Lamar
2023-01-01[ruby/net-http] Enhanced RDoc for HTTPHeaderBurdetteLamar
2022-12-14[ruby/net-http] [DOC] Correct formatting in header.rbBurdette Lamar
2022-12-12[ruby/net-http] [DOC] Enhanced RDoc for HTTPHeaderBurdette Lamar
2022-12-01[ruby/net-http] [DOC] Enhanced RDoc for Net::HTTPHeaderBurdette Lamar
2022-11-28[ruby/net-http] Enhanced RDoc for header RangeBurdette Lamar
2022-11-27[ruby/net-http] [DOC] Enhanced RDoc for Net::HTTPHeaderBurdette Lamar
2022-11-23[ruby/net-http] Enhanced RDoc for Net::HTTPHeaderBurdetteLamar
2022-11-23[ruby/net-http] Enhanced RDoc for Net::HTTPHeaderBurdetteLamar
2022-11-23[ruby/net-http] Enhanced RDoc for Net::HTTPHeaderBurdetteLamar
2022-11-23[ruby/net-http] Enhanced RDoc for Net::HTTPHeaderBurdetteLamar
2022-11-23[ruby/net-http] Enhanced RDoc for Net::HTTPHeaderBurdetteLamar
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
2020-05-27Improve documentation for Net::HTTPHeader#set_form [ci skip]Jeremy Evans
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-09-19net/http: Improve net/http header error message.marcandre
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-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
2016-08-16* lib/net/http/header.rb: Fix typo. [ci skip][fix GH-1407]hsbt
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-23[DOC] Fix typosa_matsuda
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-02-08* lib/net/http/header.rb: pass header names as symbols.hsbt
2013-12-07 * lib/net/http/header.rb: [DOC] Net::HTTP#to_hash returns pair of key and...hsbt
2013-08-08range.c: revert r42400nobu
2013-08-06net/http/header.rb: remove a hacknobu
2012-05-23* lib/net/http/header.rb (Net::HTTPHeader#range): fix broken parser ofnaruse
2012-05-22* lib/net/http.rb: Broke up Net::HTTP into individual files.drbrain