<?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/"
		>
<channel>
	<title>Comments on: Perl Module Monday: HTTP::Tiny</title>
	<atom:link href="http://www.dereferenced.com/2011/10/17/perl-module-monday-httptiny/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dereferenced.com/2011/10/17/perl-module-monday-httptiny/</link>
	<description>A preponderance of Perl, an excess of XML, and additional alliterations.</description>
	<lastBuildDate>Thu, 19 Jan 2012 08:50:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David Golden</title>
		<link>http://www.dereferenced.com/2011/10/17/perl-module-monday-httptiny/comment-page-1/#comment-1473</link>
		<dc:creator>David Golden</dc:creator>
		<pubDate>Wed, 19 Oct 2011 15:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.dereferenced.com/?p=219#comment-1473</guid>
		<description>The major difference is that HTTP::Tiny is under 700 lines of code and has no non-core dependencies, whereas LWP::Simple requires LWP::UserAgent and all of its dependencies. That made HTTP::Tiny suitable for inclusion with core Perl (as of v5.14) so that CPAN can be bootstrapped over HTTP using pure Perl.

In functionality, HTTP::Tiny gives you some slight control over the user agent attributes whereas LWP::Simple gives you only the defaults of LWP::UserAgent.  There are probably some minor differences in redirect handling -- e.g. HTTP::Tiny will redirect POST requests if and only if the response is 303 (and it will convert to a GET) as per the RFC.

As to why there aren&#039;t helpers for other methods, it&#039;s mostly because of the &quot;Tiny&quot; philosophy that says that only the most essential functions should be included.</description>
		<content:encoded><![CDATA[<p>The major difference is that HTTP::Tiny is under 700 lines of code and has no non-core dependencies, whereas LWP::Simple requires LWP::UserAgent and all of its dependencies. That made HTTP::Tiny suitable for inclusion with core Perl (as of v5.14) so that CPAN can be bootstrapped over HTTP using pure Perl.</p>
<p>In functionality, HTTP::Tiny gives you some slight control over the user agent attributes whereas LWP::Simple gives you only the defaults of LWP::UserAgent.  There are probably some minor differences in redirect handling &#8212; e.g. HTTP::Tiny will redirect POST requests if and only if the response is 303 (and it will convert to a GET) as per the RFC.</p>
<p>As to why there aren&#8217;t helpers for other methods, it&#8217;s mostly because of the &#8220;Tiny&#8221; philosophy that says that only the most essential functions should be included.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Dominus</title>
		<link>http://www.dereferenced.com/2011/10/17/perl-module-monday-httptiny/comment-page-1/#comment-1468</link>
		<dc:creator>Mark Dominus</dc:creator>
		<pubDate>Tue, 18 Oct 2011 14:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.dereferenced.com/?p=219#comment-1468</guid>
		<description>Can you compare it with LWP::Simple?</description>
		<content:encoded><![CDATA[<p>Can you compare it with LWP::Simple?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
