<feed xmlns='http://www.w3.org/2005/Atom'>
<title>http-client, branch 1.2.1</title>
<subtitle>Http-client is a highlevel HTTP client library written in pure Scheme.
</subtitle>
<id>https://code.more-magic.net/http-client/atom?h=1.2.1</id>
<link rel='self' href='https://code.more-magic.net/http-client/atom?h=1.2.1'/>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/http-client/'/>
<updated>2021-09-10T05:11:18Z</updated>
<entry>
<title>Tag 1.2.1</title>
<updated>2021-09-10T05:11:18Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2021-09-10T05:11:18Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/http-client/commit/?id=ba310f212a77df2056dc718fba3be2479d892ef9'/>
<id>urn:sha1:ba310f212a77df2056dc718fba3be2479d892ef9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Work around "fake" empty path by uri-common (#1448)</title>
<updated>2021-09-06T05:59:43Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2021-09-06T05:56:05Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/http-client/commit/?id=4c324413206ee42f4611b50a86529d096d63dbaf'/>
<id>urn:sha1:4c324413206ee42f4611b50a86529d096d63dbaf</id>
<content type='text'>
When we check to see if the underlying path must be updated
to be present, we should know that uri-common is faking a
path of (/ "") when the path is empty.

The path normalization in uri-common could use some work though,
as it never really touches the underlying uri-generic object.
On the other hand, this is sort of the promise that uri-common
tries to make - it never mangles the uri object unless you explicitly
update something yourself.
</content>
</entry>
<entry>
<title>Also mangle the path when sending to a proxy</title>
<updated>2021-09-03T14:12:38Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2021-09-03T14:12:34Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/http-client/commit/?id=f3efa21fb78688b92022304bbb486f7c4eb3b7bb'/>
<id>urn:sha1:f3efa21fb78688b92022304bbb486f7c4eb3b7bb</id>
<content type='text'>
That path should also have a trailing slash just like when
requesting a regular URI.  See #1781
</content>
</entry>
<entry>
<title>Add request method to arguments inside exn for better debugging</title>
<updated>2021-09-01T07:37:21Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2021-09-01T07:27:01Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/http-client/commit/?id=7b9b33e3626be5dc094b7a1629f8f8b2208799df'/>
<id>urn:sha1:7b9b33e3626be5dc094b7a1629f8f8b2208799df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tag 1.2</title>
<updated>2020-04-05T14:57:30Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2020-04-05T14:57:30Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/http-client/commit/?id=e0f7cc65e2f40a042c2e9eba6e364cf8dc9ee072'/>
<id>urn:sha1:e0f7cc65e2f40a042c2e9eba6e364cf8dc9ee072</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change default client-software so it doesn't contain spaces in the product (which is disallowed by RFC)</title>
<updated>2020-04-05T14:54:05Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2020-04-05T14:54:05Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/http-client/commit/?id=75da1fcf34777c75e23d74de1796a3c212d8e426'/>
<id>urn:sha1:75da1fcf34777c75e23d74de1796a3c212d8e426</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing 1.1 release to release-info, and add new 1.1.1 release</title>
<updated>2019-05-05T09:34:34Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2019-05-05T09:34:34Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/http-client/commit/?id=fa76fdf9027a41187d13f293d62950cf20c7411a'/>
<id>urn:sha1:fa76fdf9027a41187d13f293d62950cf20c7411a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix tests with CHICKEN 5.0.2</title>
<updated>2019-05-05T09:33:26Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2019-05-05T09:33:26Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/http-client/commit/?id=0abb9e38f823b4c5c311f90868e010432a8976dd'/>
<id>urn:sha1:0abb9e38f823b4c5c311f90868e010432a8976dd</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>Use https instead of http for locations</title>
<updated>2019-01-20T10:50:20Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2019-01-20T10:50:20Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/http-client/commit/?id=6050de2ddb99e13449bd4f3eb851bc151e6678d8'/>
<id>urn:sha1:6050de2ddb99e13449bd4f3eb851bc151e6678d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Expose response object in redirect depth exceeded condition</title>
<updated>2018-10-19T08:30:14Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2018-10-19T08:29:07Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/http-client/commit/?id=a67582286953ff49aecfe2f405f2d4279ba4de2b'/>
<id>urn:sha1:a67582286953ff49aecfe2f405f2d4279ba4de2b</id>
<content type='text'>
Thanks to Norman Gray for pointing out that the response was missing
from the condition object.
</content>
</entry>
</feed>
