<feed xmlns='http://www.w3.org/2005/Atom'>
<title>intarweb/tests, branch intarweb-2.x</title>
<subtitle>Advanced HTTP library to make building HTTP clients and servers convenient.
</subtitle>
<id>https://code.more-magic.net/intarweb/atom?h=intarweb-2.x</id>
<link rel='self' href='https://code.more-magic.net/intarweb/atom?h=intarweb-2.x'/>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/intarweb/'/>
<updated>2024-01-11T12:59:39Z</updated>
<entry>
<title>Corrected Range and Content-Range header handling</title>
<updated>2024-01-11T12:59:39Z</updated>
<author>
<name>Billy Brown</name>
<email>druidofluhn@gmail.com</email>
</author>
<published>2023-12-21T17:07:00Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/intarweb/commit/?id=b9683af2da882d542208a15d67d8040bab8fa5c2'/>
<id>urn:sha1:b9683af2da882d542208a15d67d8040bab8fa5c2</id>
<content type='text'>
Corrected the handling of the Range request header and the Content-
Range response header. They now have separate parsers, to match the
standard, and the content-range unparser is now correctly named.

The Range header can be in one of three forms:
    Range: bytes=&lt;start&gt;-&lt;end&gt;
    Range: bytes=&lt;start&gt;-
    Range: bytes=-&lt;end&gt;

The Content-Range header can be in one of three forms:
    Content-Range: bytes &lt;start&gt;-&lt;end&gt;/&lt;size&gt;
    Content-Range: bytes &lt;start&gt;-&lt;end&gt;/*
    Content-Range: bytes */&lt;size&gt;

The unit tests were updated to reflect the changes.

Signed-off-by: Peter Bex &lt;peter@more-magic.net&gt;
</content>
</entry>
<entry>
<title>Fix tests with CHICKEN 5.0.2</title>
<updated>2019-05-05T09:30:31Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2019-05-05T09:30:31Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/intarweb/commit/?id=41d734f1c09581b16ae3bf97a67482d1ee37557c'/>
<id>urn:sha1:41d734f1c09581b16ae3bf97a67482d1ee37557c</id>
<content type='text'>
Keywords can't be (ab)used as identifier anymore, so we can't bind
expression: with let-syntax.  Instead, simply use the plain symbol.
</content>
</entry>
<entry>
<title>The intarweb tests don't actually use srfi-18; drop the dependency</title>
<updated>2018-09-23T09:13:11Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2018-09-23T09:13:11Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/intarweb/commit/?id=dd01f37c43ba8df952cc0f5fd0176691ada1592b'/>
<id>urn:sha1:dd01f37c43ba8df952cc0f5fd0176691ada1592b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial CHICKEN 5 port of intarweb 1.7</title>
<updated>2018-06-22T20:22:24Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2018-06-22T20:22:24Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/intarweb/commit/?id=90a1f7d47525cfffe928e9a89becf622bd85a8a1'/>
<id>urn:sha1:90a1f7d47525cfffe928e9a89becf622bd85a8a1</id>
<content type='text'>
</content>
</entry>
</feed>
