<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: HTTP Clients for Squeak</title>
	<atom:link href="http://blog.doit.st/2009/05/25/http-clients-for-squeak/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.doit.st/2009/05/25/http-clients-for-squeak/</link>
	<description>Stuff related to Smalltalk and Cloud computing</description>
	<lastBuildDate>Fri, 01 Jul 2011 10:08:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Giovanni Corriga</title>
		<link>http://blog.doit.st/2009/05/25/http-clients-for-squeak/#comment-133</link>
		<dc:creator><![CDATA[Giovanni Corriga]]></dc:creator>
		<pubDate>Tue, 26 May 2009 12:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.doit.st/?p=239#comment-133</guid>
		<description><![CDATA[Hi,

I have a local fork of the CurlPlugin that supports all the HTTP methods (HEAD, PUT, DELETE etc), and allows any custom header that you need.

Contact me via email and I can send you the code (and yes, I should find the time to move these changes upstream).

        Giovanni]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have a local fork of the CurlPlugin that supports all the HTTP methods (HEAD, PUT, DELETE etc), and allows any custom header that you need.</p>
<p>Contact me via email and I can send you the code (and yes, I should find the time to move these changes upstream).</p>
<p>        Giovanni</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janko Mivšek</title>
		<link>http://blog.doit.st/2009/05/25/http-clients-for-squeak/#comment-132</link>
		<dc:creator><![CDATA[Janko Mivšek]]></dc:creator>
		<pubDate>Tue, 26 May 2009 07:50:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.doit.st/?p=239#comment-132</guid>
		<description><![CDATA[HTTPS was supported in Swazoo 1 on VW (using external OpenSSL lib), but due to lack of interest it is not in current Swazoo 2. Which means that HTTPS support can be added easily. Not so easy would be achieving the portability of HTTPS support among Smalltalk dialects.]]></description>
		<content:encoded><![CDATA[<p>HTTPS was supported in Swazoo 1 on VW (using external OpenSSL lib), but due to lack of interest it is not in current Swazoo 2. Which means that HTTPS support can be added easily. Not so easy would be achieving the portability of HTTPS support among Smalltalk dialects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan van de Sandt</title>
		<link>http://blog.doit.st/2009/05/25/http-clients-for-squeak/#comment-131</link>
		<dc:creator><![CDATA[Jan van de Sandt]]></dc:creator>
		<pubDate>Tue, 26 May 2009 05:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.doit.st/?p=239#comment-131</guid>
		<description><![CDATA[Including HTTPS support?]]></description>
		<content:encoded><![CDATA[<p>Including HTTPS support?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randal L. Schwartz</title>
		<link>http://blog.doit.st/2009/05/25/http-clients-for-squeak/#comment-130</link>
		<dc:creator><![CDATA[Randal L. Schwartz]]></dc:creator>
		<pubDate>Mon, 25 May 2009 23:04:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.doit.st/?p=239#comment-130</guid>
		<description><![CDATA[We interviewed the author of libCurl (Daniel Stenberg) for FLOSS Weekly (http://twit.tv/floss51).  It seems like a nicely robust library, and although not pure-Smalltalk, a great place to keep deferring to.]]></description>
		<content:encoded><![CDATA[<p>We interviewed the author of libCurl (Daniel Stenberg) for FLOSS Weekly (<a href="http://twit.tv/floss51" rel="nofollow">http://twit.tv/floss51</a>).  It seems like a nicely robust library, and although not pure-Smalltalk, a great place to keep deferring to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janko Mivšek</title>
		<link>http://blog.doit.st/2009/05/25/http-clients-for-squeak/#comment-128</link>
		<dc:creator><![CDATA[Janko Mivšek]]></dc:creator>
		<pubDate>Mon, 25 May 2009 21:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.doit.st/?p=239#comment-128</guid>
		<description><![CDATA[I think extending the Swazoo with a web client would be the best solution and also doable in decent time. Swazoo has everything you need already there, just on server side. It has a complete request and response framework, which is needed for both server and client. It has streaming on both input and output side, which again can be used on the client as well. And the main advantage: it is portable across almost all Smalltalk dialects. 
So, we just need someone to take some time and finish (so to speak) this client...

Janko]]></description>
		<content:encoded><![CDATA[<p>I think extending the Swazoo with a web client would be the best solution and also doable in decent time. Swazoo has everything you need already there, just on server side. It has a complete request and response framework, which is needed for both server and client. It has streaming on both input and output side, which again can be used on the client as well. And the main advantage: it is portable across almost all Smalltalk dialects.<br />
So, we just need someone to take some time and finish (so to speak) this client&#8230;</p>
<p>Janko</p>
]]></content:encoded>
	</item>
</channel>
</rss>

