<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/net/http/header.rb, branch v3_4_9</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/net-http] Update lib/net/http/header.rb</title>
<updated>2024-05-30T09:16:15+00:00</updated>
<author>
<name>Brandon Weaver</name>
<email>baweaver@users.noreply.github.com</email>
</author>
<published>2023-05-19T22:06:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=bc6860db23b0df3bce09378605a618b677dd6d89'/>
<id>bc6860db23b0df3bce09378605a618b677dd6d89</id>
<content type='text'>
https://github.com/ruby/net-http/commit/826e008cfe

Co-authored-by: Jean Boussier &lt;jean.boussier@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/net-http/commit/826e008cfe

Co-authored-by: Jean Boussier &lt;jean.boussier@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/net-http] Replace Regexp in  for headers for perf</title>
<updated>2024-05-30T09:16:15+00:00</updated>
<author>
<name>Brandon Weaver</name>
<email>brandon.weaver@gusto.com</email>
</author>
<published>2023-05-19T21:05:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4839493f3f3419ee2be88b6160d9c3c71fbd02e2'/>
<id>4839493f3f3419ee2be88b6160d9c3c71fbd02e2</id>
<content type='text'>
https://github.com/ruby/net-http/commit/15f1349e4e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/net-http/commit/15f1349e4e
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/net-http] turn on frozen strings for net/http/header</title>
<updated>2023-08-16T01:40:07+00:00</updated>
<author>
<name>Josh Nichols</name>
<email>josh.nichols@gusto.com</email>
</author>
<published>2023-08-11T19:57:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8d04260acd8b6fba98867acc1a7e786495813fa0'/>
<id>8d04260acd8b6fba98867acc1a7e786495813fa0</id>
<content type='text'>
https://github.com/ruby/net-http/commit/a5203c9f92
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/net-http/commit/a5203c9f92
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/net-http] Improve performance of HTTPHeader#content_type</title>
<updated>2023-08-16T01:39:08+00:00</updated>
<author>
<name>Josh Nichols</name>
<email>josh.nichols@gusto.com</email>
</author>
<published>2023-08-13T16:55:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0300ea5a6c8a7a49feed73318fc8a991aa89fcfc'/>
<id>0300ea5a6c8a7a49feed73318fc8a991aa89fcfc</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/net-http] typofix</title>
<updated>2023-03-31T03:47:56+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-03-31T03:47:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=bc0a7a641b6d0d3ff979cfa11e25683f8fa59ebd'/>
<id>bc0a7a641b6d0d3ff979cfa11e25683f8fa59ebd</id>
<content type='text'>
https://github.com/ruby/net-http/commit/4d31bde125
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/net-http/commit/4d31bde125
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/net-http] Fix previous commit</title>
<updated>2023-03-31T03:22:41+00:00</updated>
<author>
<name>NAKAMURA Usaku</name>
<email>usa@ruby-lang.org</email>
</author>
<published>2023-03-30T12:41:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=eedcd696a57521a18963d58487db8057a374a67a'/>
<id>eedcd696a57521a18963d58487db8057a374a67a</id>
<content type='text'>
https://github.com/ruby/net-http/commit/1b276e2654
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/net-http/commit/1b276e2654
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/net-http] Limit header length</title>
<updated>2023-03-31T03:22:40+00:00</updated>
<author>
<name>NAKAMURA Usaku</name>
<email>usa@ruby-lang.org</email>
</author>
<published>2023-03-30T11:10:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d8b8294c28a09278de357c26b291abf1b9f3cc5d'/>
<id>d8b8294c28a09278de357c26b291abf1b9f3cc5d</id>
<content type='text'>
https://github.com/ruby/net-http/commit/c245f7f9c8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/net-http/commit/c245f7f9c8
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/net-http] [DOC] Header doc</title>
<updated>2023-01-19T18:58:40+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2023-01-19T18:58:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=401aa9ddd1091f5b517dce37cd002bc2c37f5ac1'/>
<id>401aa9ddd1091f5b517dce37cd002bc2c37f5ac1</id>
<content type='text'>
(https://github.com/ruby/net-http/pull/104)

https://github.com/ruby/net-http/commit/3308362d9b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/net-http/pull/104)

https://github.com/ruby/net-http/commit/3308362d9b
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/net-http] [DOC] Enhanced RDoc for set_form</title>
<updated>2023-01-18T21:03:58+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2023-01-18T21:03:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=308942920f4e200468673be03c646f0645a84263'/>
<id>308942920f4e200468673be03c646f0645a84263</id>
<content type='text'>
(https://github.com/ruby/net-http/pull/103)

https://github.com/ruby/net-http/commit/f6506ff889
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/net-http/pull/103)

https://github.com/ruby/net-http/commit/f6506ff889
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/net-http] Enhanced RDoc for HTTPHeader</title>
<updated>2023-01-01T15:02:14+00:00</updated>
<author>
<name>BurdetteLamar</name>
<email>burdettelamar@yahoo.com</email>
</author>
<published>2022-12-29T18:16:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=44b7fd8d4fa842523813195dfb7255ce33fdf9ca'/>
<id>44b7fd8d4fa842523813195dfb7255ce33fdf9ca</id>
<content type='text'>
https://github.com/ruby/net-http/commit/6a282eccdd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/net-http/commit/6a282eccdd
</pre>
</div>
</content>
</entry>
</feed>
