<?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: Curl HTTP Client</title>
	<atom:link href="http://www.dinke.net/blog/2006/09/12/curl-http-client-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dinke.net/blog/2006/09/12/curl-http-client-2/</link>
	<description>Dinke&#039;s Personal Blog</description>
	<lastBuildDate>Mon, 08 Mar 2010 21:15:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Caught in a Web &#187; Curl HTTP Client 1.2</title>
		<link>http://www.dinke.net/blog/2006/09/12/curl-http-client-2/comment-page-1/#comment-26453</link>
		<dc:creator>Caught in a Web &#187; Curl HTTP Client 1.2</dc:creator>
		<pubDate>Fri, 15 Feb 2008 18:22:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.dinke.net/blog/2006/09/12/curl-http-client-2/#comment-26453</guid>
		<description>[...] new version from here. For detailed list of features with some usefull examples please visit this blog entry.  February 15th 2008 Posted to [...]</description>
		<content:encoded><![CDATA[<p>[...] new version from here. For detailed list of features with some usefull examples please visit this blog entry.  February 15th 2008 Posted to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caught in a Web &#187; Curl HTTP Client - Update</title>
		<link>http://www.dinke.net/blog/2006/09/12/curl-http-client-2/comment-page-1/#comment-4987</link>
		<dc:creator>Caught in a Web &#187; Curl HTTP Client - Update</dc:creator>
		<pubDate>Tue, 06 Mar 2007 15:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.dinke.net/blog/2006/09/12/curl-http-client-2/#comment-4987</guid>
		<description>[...] You can download new version from PHP Classes as well from my own site ovde. For detailed list of features with some usefull examples please visit think link.    March 06th 2007 Posted to Programming [...]</description>
		<content:encoded><![CDATA[<p>[...] You can download new version from PHP Classes as well from my own site ovde. For detailed list of features with some usefull examples please visit think link.    March 06th 2007 Posted to Programming [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milos Mileusnic</title>
		<link>http://www.dinke.net/blog/2006/09/12/curl-http-client-2/comment-page-1/#comment-4887</link>
		<dc:creator>Milos Mileusnic</dc:creator>
		<pubDate>Fri, 02 Mar 2007 16:31:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.dinke.net/blog/2006/09/12/curl-http-client-2/#comment-4887</guid>
		<description>Ja sam otprilike isto tako krenuo, preko socketa. Sada ta moja klasa podrzava i cookie, prati redirections, user agent i ostale zezalice, al&#039; sam resio da vise ne izmisljam toplu vodu i da za nove projekte koristim Curl (klasu;), a kasnije i u postojecim projektima svoju klasu zamenim Curl-om.</description>
		<content:encoded><![CDATA[<p>Ja sam otprilike isto tako krenuo, preko socketa. Sada ta moja klasa podrzava i cookie, prati redirections, user agent i ostale zezalice, al&#8217; sam resio da vise ne izmisljam toplu vodu i da za nove projekte koristim Curl (klasu;), a kasnije i u postojecim projektima svoju klasu zamenim Curl-om.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caught in a Web &#187; Curl HTTP Client - Update</title>
		<link>http://www.dinke.net/blog/2006/09/12/curl-http-client-2/comment-page-1/#comment-4859</link>
		<dc:creator>Caught in a Web &#187; Curl HTTP Client - Update</dc:creator>
		<pubDate>Thu, 01 Mar 2007 13:43:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.dinke.net/blog/2006/09/12/curl-http-client-2/#comment-4859</guid>
		<description>[...] Novu verziju možete skinuti sa PHP Classes kao i sa mog sajta - ovde. Opis svih mogućnosti možete naći ovde.    March 01st 2007 Posted to Programming [...]</description>
		<content:encoded><![CDATA[<p>[...] Novu verziju možete skinuti sa PHP Classes kao i sa mog sajta &#8211; ovde. Opis svih mogućnosti možete naći ovde.    March 01st 2007 Posted to Programming [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chesare</title>
		<link>http://www.dinke.net/blog/2006/09/12/curl-http-client-2/comment-page-1/#comment-804</link>
		<dc:creator>chesare</dc:creator>
		<pubDate>Tue, 03 Oct 2006 11:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.dinke.net/blog/2006/09/12/curl-http-client-2/#comment-804</guid>
		<description>Pa, recimo, posto nije php5-strict klasa (fine by me :), onda je dovoljna funkcija:

&lt;code&gt;
function set_proxy($proxy) {
  curl_setopt($this-&gt;ch, CURLOPT_PROXY, $proxy);
}
&lt;/code&gt;

i da se poziva sa, recimo:
&lt;code&gt;
$proxy = &quot;http://proxy:xxxx&quot;;
$curl-&gt;set_proxy($proxy); 
&lt;/code&gt;
gde treba odrediti protokol (opciono, ako se ne varam), proxy i port (xxxx).

Nisam bas vican ovim objasnjenjima :).
Ovo je vrlo &quot;basic usage&quot;, ali meni vise nego dovoljan.</description>
		<content:encoded><![CDATA[<p>Pa, recimo, posto nije php5-strict klasa (fine by me :), onda je dovoljna funkcija:</p>
<p><code><br />
function set_proxy($proxy) {<br />
  curl_setopt($this-&gt;ch, CURLOPT_PROXY, $proxy);<br />
}<br />
</code></p>
<p>i da se poziva sa, recimo:<br />
<code><br />
$proxy = "http://proxy:xxxx";<br />
$curl-&gt;set_proxy($proxy);<br />
</code><br />
gde treba odrediti protokol (opciono, ako se ne varam), proxy i port (xxxx).</p>
<p>Nisam bas vican ovim objasnjenjima :).<br />
Ovo je vrlo &#8220;basic usage&#8221;, ali meni vise nego dovoljan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dinke</title>
		<link>http://www.dinke.net/blog/2006/09/12/curl-http-client-2/comment-page-1/#comment-802</link>
		<dc:creator>dinke</dc:creator>
		<pubDate>Tue, 03 Oct 2006 10:47:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.dinke.net/blog/2006/09/12/curl-http-client-2/#comment-802</guid>
		<description>Pa nemoj da hakujes, napisi metod koji to radi, posalji source, a ja cu da pregledam i submitujem izmene :)

Vec imam neka poboljsanja od kolega koje nisu submitovane, tipa mogucnost uploada, podrska za gzip encoding i sl.

Poz.</description>
		<content:encoded><![CDATA[<p>Pa nemoj da hakujes, napisi metod koji to radi, posalji source, a ja cu da pregledam i submitujem izmene :)</p>
<p>Vec imam neka poboljsanja od kolega koje nisu submitovane, tipa mogucnost uploada, podrska za gzip encoding i sl.</p>
<p>Poz.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chesare</title>
		<link>http://www.dinke.net/blog/2006/09/12/curl-http-client-2/comment-page-1/#comment-801</link>
		<dc:creator>chesare</dc:creator>
		<pubDate>Tue, 03 Oct 2006 10:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.dinke.net/blog/2006/09/12/curl-http-client-2/#comment-801</guid>
		<description>Evo malo probam klasu i prilicno lepo radi. Mozda ne bi bilo lose da dodas neku custom funkciju za setovanje proxy-ja (da ne mora da se hackuje). 
Odoh sad na phpclasses da ti boostujem rejting :).</description>
		<content:encoded><![CDATA[<p>Evo malo probam klasu i prilicno lepo radi. Mozda ne bi bilo lose da dodas neku custom funkciju za setovanje proxy-ja (da ne mora da se hackuje).<br />
Odoh sad na phpclasses da ti boostujem rejting :).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
