<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cowlib.git/include, branch master</title>
<subtitle>Support library for manipulating Web protocols.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/'/>
<entry>
<title>Remove copyright years from all files except LICENSE</title>
<updated>2025-02-14T15:13:46+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2025-02-14T15:12:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=1f70437d2bbcee94df5849ef9169198e84963a0c'/>
<id>1f70437d2bbcee94df5849ef9169198e84963a0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cowlib 2.12.0</title>
<updated>2023-01-16T11:39:45+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2023-01-16T11:39:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=6d78697e159697cc5073cb846d3616dcac570ef2'/>
<id>6d78697e159697cc5073cb846d3616dcac570ef2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add cow_uri_templates</title>
<updated>2019-12-18T20:13:04+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2019-12-18T20:13:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=34291d5bb42c03d92522dfa18d38aa0d22bcb8ec'/>
<id>34291d5bb42c03d92522dfa18d38aa0d22bcb8ec</id>
<content type='text'>
Implements RFC6570 level 4.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements RFC6570 level 4.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyrights</title>
<updated>2018-06-04T06:51:39+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-06-04T06:51:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=af88cb78fc0dffb27fd9ab09659a6ba595493c1a'/>
<id>af88cb78fc0dffb27fd9ab09659a6ba595493c1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Maintenance</title>
<updated>2015-03-12T15:13:40+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-03-12T15:13:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=6f9b4bbc415db026f080b10a3d3d4400801882b1'/>
<id>6f9b4bbc415db026f080b10a3d3d4400801882b1</id>
<content type='text'>
* Update copyright years.
* Update erlang.mk.
* Fix triq testing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update copyright years.
* Update erlang.mk.
* Fix triq testing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use 'or' instead of 'orelse' in cow_http_hd</title>
<updated>2015-01-07T11:48:23+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-01-07T11:48:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=404aefb052d6671c08017347273debf67123bfa9'/>
<id>404aefb052d6671c08017347273debf67123bfa9</id>
<content type='text'>
About the same except for functions with tons of tests per clauses,
like parse_content_language/1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
About the same except for functions with tons of tests per clauses,
like parse_content_language/1.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify the cow_http_hd code</title>
<updated>2015-01-04T18:30:11+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-01-04T18:30:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=8bd6a5fc574a7f2fb94d12f29f37c650b1586a31'/>
<id>8bd6a5fc574a7f2fb94d12f29f37c650b1586a31</id>
<content type='text'>
Also rename the macros for inline lowercasing to ?LOWER,
and move the type detection macros to cow_parse.hrl.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also rename the macros for inline lowercasing to ?LOWER,
and move the type detection macros to cow_parse.hrl.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add cow_http_hd:parse_authorization/1</title>
<updated>2014-12-30T23:07:42+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2014-12-30T23:07:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=2548432042a97c4e174bb956e542b54203c46d3b'/>
<id>2548432042a97c4e174bb956e542b54203c46d3b</id>
<content type='text'>
Supports Basic, Digest and Bearer schemes only.

From RFC7235, RFC2617 and RFC6750.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Supports Basic, Digest and Bearer schemes only.

From RFC7235, RFC2617 and RFC6750.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add cow_http_hd:parse_host/1, remove cow_http:parse_fullhost/1</title>
<updated>2014-12-29T16:24:04+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2014-12-29T16:21:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=1c732125bfd12fb3a25997f93cdf9e418666bddb'/>
<id>1c732125bfd12fb3a25997f93cdf9e418666bddb</id>
<content type='text'>
From RFC7230 and RFC3986.

The new function now validates that the characters are correct,
but does not go as far as validate segment sizes or number of
segments. Its main purpose is still to split host and port.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From RFC7230 and RFC3986.

The new function now validates that the characters are correct,
but does not go as far as validate segment sizes or number of
segments. Its main purpose is still to split host and port.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add cow_http_hd:parse_content_range/1</title>
<updated>2014-12-28T14:43:10+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2014-12-28T14:43:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=c85ef5cf4f4aca5ea3d32261f53501097374755c'/>
<id>c85ef5cf4f4aca5ea3d32261f53501097374755c</id>
<content type='text'>
From RFC7233.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From RFC7233.
</pre>
</div>
</content>
</entry>
</feed>
