<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>HTTP Recipes</title>
    <link>http://www.httprecipes.com/</link>
    <description>A collection of HTTP programming recipes.</description>
    <language>en-us</language>
    <pubDate>Sun, 8 Oct 2006 04:00:00 GMT</pubDate>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>

   <item>
      <title>Chapter 1: The Structure of HTTP Requests</title>
      <pubDate>Sun, 8 Oct 2006 04:00:00 GMT</pubDate>
      <link>http://www.httprecipes.com/1/1/</link>
      <description>
       Learn about the structure of HTTP requests.
      </description>
    </item>
    <item>
      <title>Chapter 2: Using Network Analyzers</title>
      <pubDate>Sun, 8 Oct 2006 04:00:00 GMT</pubDate>
      <link>http://www.httprecipes.com/1/2/</link>
      <description>
       Learn to use Network Analyzers to make bot programming
       more easy.
      </description>
    </item>
    <item>
      <title>Chapter 3: Simple Requests</title>
      <pubDate>Sun, 8 Oct 2006 04:00:00 GMT</pubDate>
      <link>http://www.httprecipes.com/1/3/</link>
      <description>
       Learn to construct simple HTTP requests in Java.
      </description>
    </item>
    <item>
      <title>Chapter 4: Beyond Simple Requests</title>
      <pubDate>Sun, 8 Oct 2006 04:00:00 GMT</pubDate>
      <link>http://www.httprecipes.com/1/4/</link>
      <description>
       Learn to use the HttpURLConnection class in Java.
      </description>
    </item>
    <item>
      <title>Chapter 5: Secure HTTP Requests</title>
      <pubDate>Sun, 8 Oct 2006 04:00:00 GMT</pubDate>
      <link>http://www.httprecipes.com/1/5/</link>
      <description>
       Learn to use secure HTTP.
      </description>
    </item>
    <item>
      <title>Chapter 6: Extracting Data</title>
      <pubDate>Sun, 8 Oct 2006 04:00:00 GMT</pubDate>
      <link>http://www.httprecipes.com/1/6/</link>
      <description>
       Learn to parse HTML data.
      </description>
    </item>
    <item>
      <title>Chapter 7: Responding to Forms</title>
      <pubDate>Sun, 8 Oct 2006 04:00:00 GMT</pubDate>
      <link>http://www.httprecipes.com/1/7/</link>
      <description>
       Learn to respond to HTML forms.
      </description>
    </item>
    <item>
   <title>Chapter 8: Handling Sessions and Cookies</title>
   <pubDate>Sun, 8 Oct 2006 04:00:00 GMT</pubDate>
   <link>http://www.httprecipes.com/1/8/</link>
   <description>
    Learn to process HTTP cookies.
   </description>
    </item>
    <item>
      <title>Chapter 9: Handling Javascript</title>
      <pubDate>Sun, 8 Oct 2006 04:00:00 GMT</pubDate>
      <link>http://www.httprecipes.com/1/9/</link>
      <description>
       Learn to process Javascript and what issues it has with bots.
      </description>
    </item>
    <item>
      <title>Chapter 10: Handling AJAX</title>
      <pubDate>Sun, 8 Oct 2006 04:00:00 GMT</pubDate>
      <link>http://www.httprecipes.com/1/10/</link>
      <description>
       Learn to process AJAX sites.
      </description>
    </item>
    <item>
      <title>Chapter 11: Working with Web Services</title>
      <pubDate>Sun, 8 Oct 2006 04:00:00 GMT</pubDate>
      <link>http://www.httprecipes.com/1/11/</link>
      <description>
       Learn to use web services with bots.
      </description>
    </item>
    <item>
      <title>Chapter 12: Working with RSS Feeds</title>
      <pubDate>Sun, 8 Oct 2006 04:00:00 GMT</pubDate>
      <link>http://www.httprecipes.com/1/12/</link>
      <description>
       Learn to use RSS feeds.
      </description>
    </item>
    <item>
      <title>Chapter 13: Constructing a Spider</title>
      <pubDate>Sun, 8 Oct 2006 04:00:00 GMT</pubDate>
      <link>http://www.httprecipes.com/1/13/</link>
      <description>
       Learn to create a spider.
      </description>
    </item>
    <item>
      <title>Chapter 14: Well Behaved Spiders and Bots</title>
      <pubDate>Sun, 8 Oct 2006 04:00:00 GMT</pubDate>
      <link>http://www.httprecipes.com/1/14/</link>
      <description>
       Learn create bots that are well behaved.
      </description>
   </item>
 
  </channel>
</rss>