<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: A Simple HTTP Client &#8211; Part 1 (Overview)</title>
	<atom:link href="http://blog.punchbarrel.com/2008/01/07/a-simple-http-client-part-1-overview/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.punchbarrel.com/2008/01/07/a-simple-http-client-part-1-overview/</link>
	<description>Frank Carver&#039;s musings about software and life</description>
	<lastBuildDate>Sun, 22 Jan 2012 22:15:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: eno</title>
		<link>http://blog.punchbarrel.com/2008/01/07/a-simple-http-client-part-1-overview/comment-page-1/#comment-846</link>
		<dc:creator>eno</dc:creator>
		<pubDate>Thu, 06 Nov 2008 13:17:57 +0000</pubDate>
		<guid isPermaLink="false">http://711520859#comment-846</guid>
		<description>Hey frank, thank you for your answer.. I will look into that. 

The sourceforge &quot;issue&quot; was that you don&#039;t find these files as part of an official source package on sourceforge (I guess because you haven&#039;t released it yet.) It is however, possible to check out from the sourceforge SVN repository.

One more question though: I guess you drop the connection after a request is done? So no HTTP/1.1. keep alive in here? Is that right?</description>
		<content:encoded><![CDATA[<p>Hey frank, thank you for your answer.. I will look into that. </p>
<p>The sourceforge &#8220;issue&#8221; was that you don&#8217;t find these files as part of an official source package on sourceforge (I guess because you haven&#8217;t released it yet.) It is however, possible to check out from the sourceforge SVN repository.</p>
<p>One more question though: I guess you drop the connection after a request is done? So no HTTP/1.1. keep alive in here? Is that right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://blog.punchbarrel.com/2008/01/07/a-simple-http-client-part-1-overview/comment-page-1/#comment-810</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Sat, 25 Oct 2008 13:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://711520859#comment-810</guid>
		<description>Thanks for the comment. I hope you find the code useful. Please let me know how you get on, especially if you have any thoughts or suggestions.

I have generally held off from putting licensing information in the code itself - probably because I am just lazy :)

Rest assured that all Stringtree code is easy to use. It is dual licensed: you may choose either LGPL or Apache license (see &lt;a href=&#039;http://sourceforge.net/projects/stringtree#item3rd-1&#039; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; for details.) If you don&#039;t like either of these licenses for some reason, let me know. I have also issued versions with other licences in the past.

I am worried that you could not download the HTTP Client code from sourceforge. What sort of problems did you face?

As for the dependencies, it seems you have got me on that one. It looks like a dependency has crept in (probably since I wrote that post back in January)</description>
		<content:encoded><![CDATA[<p>Thanks for the comment. I hope you find the code useful. Please let me know how you get on, especially if you have any thoughts or suggestions.</p>
<p>I have generally held off from putting licensing information in the code itself &#8211; probably because I am just lazy <img src='http://blog.punchbarrel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Rest assured that all Stringtree code is easy to use. It is dual licensed: you may choose either LGPL or Apache license (see <a href='http://sourceforge.net/projects/stringtree#item3rd-1' rel="nofollow">here</a> for details.) If you don&#8217;t like either of these licenses for some reason, let me know. I have also issued versions with other licences in the past.</p>
<p>I am worried that you could not download the HTTP Client code from sourceforge. What sort of problems did you face?</p>
<p>As for the dependencies, it seems you have got me on that one. It looks like a dependency has crept in (probably since I wrote that post back in January)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eno</title>
		<link>http://blog.punchbarrel.com/2008/01/07/a-simple-http-client-part-1-overview/comment-page-1/#comment-809</link>
		<dc:creator>eno</dc:creator>
		<pubDate>Sat, 25 Oct 2008 11:51:36 +0000</pubDate>
		<guid isPermaLink="false">http://711520859#comment-809</guid>
		<description>hi, while the org.stringtree.http.* package seems interesting enough I didn&#039;t find any licensing information attached to it. And while it is accessible directly from the repository I didnt succeed in downloading it as a part of one of the stringtree projects at sourceforge (which would then help resolving the licensing issues)

Can you quote me some licensing terms? This one looks so much more concise than apache&#039;s http client package: 10 kB vs 500 kB speaks loud and clear :) 

BTW: the &quot;...with no dependencies other than the standard Java APIs...&quot; is not 100% true: you need the URLutils class from org.stringtree.util.</description>
		<content:encoded><![CDATA[<p>hi, while the org.stringtree.http.* package seems interesting enough I didn&#8217;t find any licensing information attached to it. And while it is accessible directly from the repository I didnt succeed in downloading it as a part of one of the stringtree projects at sourceforge (which would then help resolving the licensing issues)</p>
<p>Can you quote me some licensing terms? This one looks so much more concise than apache&#8217;s http client package: 10 kB vs 500 kB speaks loud and clear <img src='http://blog.punchbarrel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>BTW: the &#8220;&#8230;with no dependencies other than the standard Java APIs&#8230;&#8221; is not 100% true: you need the URLutils class from org.stringtree.util.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.523 seconds -->

