<?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: Zend_Http_Client and Case Sensitivity</title>
	<atom:link href="/2010/04/14/zend_http_client-and-case-sensitivity/feed/" rel="self" type="application/rss+xml" />
	<link>/2010/04/14/zend_http_client-and-case-sensitivity/</link>
	<description>on web development</description>
	<lastBuildDate>Fri, 26 Oct 2018 21:40:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>By: Marcus Stöhr</title>
		<link>/2010/04/14/zend_http_client-and-case-sensitivity/comment-page-1/#comment-12852</link>
		<dc:creator><![CDATA[Marcus Stöhr]]></dc:creator>
		<pubDate>Fri, 16 Apr 2010 08:46:23 +0000</pubDate>
		<guid isPermaLink="false">/?p=1441#comment-12852</guid>
		<description><![CDATA[You&#039;re welcome. :)]]></description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome. 🙂</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoimen</title>
		<link>/2010/04/14/zend_http_client-and-case-sensitivity/comment-page-1/#comment-12850</link>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
		<pubDate>Fri, 16 Apr 2010 07:46:47 +0000</pubDate>
		<guid isPermaLink="false">/?p=1441#comment-12850</guid>
		<description><![CDATA[Indeed the correct code is:
&lt;pre lang=&quot;php&quot; escaped=&quot;true&quot;&gt;
$response = $httpClient-&#062;request(Zend_Http_Client::HEAD);
&lt;/pre&gt;

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Indeed the correct code is:</p>
<pre lang="php" escaped="true">
$response = $httpClient-&gt;request(Zend_Http_Client::HEAD);
</pre>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus Stöhr</title>
		<link>/2010/04/14/zend_http_client-and-case-sensitivity/comment-page-1/#comment-12843</link>
		<dc:creator><![CDATA[Marcus Stöhr]]></dc:creator>
		<pubDate>Thu, 15 Apr 2010 12:47:59 +0000</pubDate>
		<guid isPermaLink="false">/?p=1441#comment-12843</guid>
		<description><![CDATA[Try to use the constants provided by Zend_Http_Client, e.g. Zend_Http_Client::HEAD.
You don&#039;t need to worry when using them. :)]]></description>
		<content:encoded><![CDATA[<p>Try to use the constants provided by Zend_Http_Client, e.g. Zend_Http_Client::HEAD.<br />
You don&#8217;t need to worry when using them. 🙂</p>
]]></content:encoded>
	</item>
</channel>
</rss>
