<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog O' Matty &#187; HTTP</title>
	<atom:link href="http://prefetch.net/blog/index.php/category/http/feed/" rel="self" type="application/rss+xml" />
	<link>http://prefetch.net/blog</link>
	<description>Blog O' Matty</description>
	<lastBuildDate>Tue, 07 Feb 2012 03:00:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Measuring website latency with http_ping</title>
		<link>http://prefetch.net/blog/index.php/2006/12/18/measuring-website-latency-with-http_ping/</link>
		<comments>http://prefetch.net/blog/index.php/2006/12/18/measuring-website-latency-with-http_ping/#comments</comments>
		<pubDate>Mon, 18 Dec 2006 22:35:53 +0000</pubDate>
		<dc:creator>matty</dc:creator>
				<category><![CDATA[HTTP]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://prefetch.net/blog/index.php/2006/12/18/measuring-website-latency-with-http_ping/</guid>
		<description><![CDATA[A year or so ago, I modified my ldap-ping.pl script to create a script (http-ping.pl) that would measure the time it took to retrieve a specific URI from a web server. While scouring the OpenBSD ports collection for website monitoring tools, I came across http_ping. This is a great tool for measuring the time it [...]]]></description>
		<wfw:commentRss>http://prefetch.net/blog/index.php/2006/12/18/measuring-website-latency-with-http_ping/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HTTP Cookies</title>
		<link>http://prefetch.net/blog/index.php/2006/01/15/http-cookies/</link>
		<comments>http://prefetch.net/blog/index.php/2006/01/15/http-cookies/#comments</comments>
		<pubDate>Sun, 15 Jan 2006 04:01:17 +0000</pubDate>
		<dc:creator>matty</dc:creator>
				<category><![CDATA[HTTP]]></category>

		<guid isPermaLink="false">http://www.daemons.net/~matty/blog/?p=97</guid>
		<description><![CDATA[The HTTP protocol was originally designed to be stateless protocol, which provides some serious hurdles for applications that need to be &#8220;session&#8221; aware. To address this issue, the HTTP protocol added a lovely thing called cookies. Cookies are sent to a client with the &#8220;Set-Cookie:&#8221; attribute in the HTTP header, and contain an expiration date [...]]]></description>
		<wfw:commentRss>http://prefetch.net/blog/index.php/2006/01/15/http-cookies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using StartTLS with HTTP connections</title>
		<link>http://prefetch.net/blog/index.php/2005/12/23/using-starttls-with-http-connections/</link>
		<comments>http://prefetch.net/blog/index.php/2005/12/23/using-starttls-with-http-connections/#comments</comments>
		<pubDate>Fri, 23 Dec 2005 18:17:33 +0000</pubDate>
		<dc:creator>matty</dc:creator>
				<category><![CDATA[HTTP]]></category>

		<guid isPermaLink="false">http://daemons.net/~matty/blog/?p=296</guid>
		<description><![CDATA[While catching up with some news groups today, I came across RFC 2817. This RFC describes HTTP protocol extensions to allow a client and server to initiate a TLS session over an existing connection. This has numerous benefits, and could definitely speed up web-based commerce (e.g., a dedicated secure connection is not required, slow start [...]]]></description>
		<wfw:commentRss>http://prefetch.net/blog/index.php/2005/12/23/using-starttls-with-http-connections/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Printing HTTP headers with curl</title>
		<link>http://prefetch.net/blog/index.php/2005/10/18/printing-http-headers-with-curl/</link>
		<comments>http://prefetch.net/blog/index.php/2005/10/18/printing-http-headers-with-curl/#comments</comments>
		<pubDate>Tue, 18 Oct 2005 04:18:43 +0000</pubDate>
		<dc:creator>matty</dc:creator>
				<category><![CDATA[HTTP]]></category>

		<guid isPermaLink="false">http://daemons.net/~matty/blog/?p=154</guid>
		<description><![CDATA[When debugging web applications, most adminstrators will review the HTTP request and response headers for errors. This information can be retrieved with Firefox&#8217;s HTTP Live headers plugin, ethereal, or with curl&#8217;s &#8220;-v&#8221; (make the operation more talkative) option: $ curl -v http://www.google.com * About to connect() to www.google.com port 80 * Trying 64.233.187.99&#8230; * connected [...]]]></description>
		<wfw:commentRss>http://prefetch.net/blog/index.php/2005/10/18/printing-http-headers-with-curl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

