<?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: Letting Browsers use all of the RESTful Methods in Google App Engine</title>
	<atom:link href="http://shifteleven.com/articles/2008/04/08/letting-browsers-use-all-of-the-methods-in-google-app-engine/feed" rel="self" type="application/rss+xml" />
	<link>http://shifteleven.com/articles/2008/04/08/letting-browsers-use-all-of-the-methods-in-google-app-engine</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 29 Jul 2010 17:19:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<item>
		<title>By: Kristian Nissen</title>
		<link>http://shifteleven.com/articles/2008/04/08/letting-browsers-use-all-of-the-methods-in-google-app-engine/comment-page-1#comment-6465</link>
		<dc:creator>Kristian Nissen</dc:creator>
		<pubDate>Thu, 18 Mar 2010 07:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://shifteleven.com/?p=46#comment-6465</guid>
		<description>Great post, I have used your code as a guide for my own solution and it works as expected... all most. I can use the put(self): method as described, but form fields that are posted are lost somewhere in the process.

When I test the put(self): using self.request.get(&#039;field name&#039;) it&#039;s empty, I tested using the following snippet:

def put(self):
    logging.debug(self.request.get(&#039;description&#039;))

if you have any idea what the problem is, it would be a great help.</description>
		<content:encoded><![CDATA[<p>Great post, I have used your code as a guide for my own solution and it works as expected&#8230; all most. I can use the put(self): method as described, but form fields that are posted are lost somewhere in the process.</p>
<p>When I test the put(self): using self.request.get(&#8216;field name&#8217;) it&#8217;s empty, I tested using the following snippet:</p>
<p>def put(self):<br />
    logging.debug(self.request.get(&#8216;description&#8217;))</p>
<p>if you have any idea what the problem is, it would be a great help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Problem with writing RESTful Google App Engine Code - ShiftEleven</title>
		<link>http://shifteleven.com/articles/2008/04/08/letting-browsers-use-all-of-the-methods-in-google-app-engine/comment-page-1#comment-220</link>
		<dc:creator>Problem with writing RESTful Google App Engine Code - ShiftEleven</dc:creator>
		<pubDate>Sat, 12 Apr 2008 23:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://shifteleven.com/?p=46#comment-220</guid>
		<description>[...] after I used middleware to make browsers work with RESTful URLs in GAE, I started to write more than simple little methods and I&#8217;m trying to write a test [...]</description>
		<content:encoded><![CDATA[<p>[...] after I used middleware to make browsers work with RESTful URLs in GAE, I started to write more than simple little methods and I&#8217;m trying to write a test [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
