<?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"
	>
<channel>
	<title>Comments on: Rack RESTful Dispatcher</title>
	<atom:link href="http://nutrun.com/weblog/rack-restful-dispatcher/feed/" rel="self" type="application/rss+xml" />
	<link>http://nutrun.com/weblog/rack-restful-dispatcher/</link>
	<description>nutrun</description>
	<pubDate>Sat, 06 Sep 2008 04:30:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Peter Cooper</title>
		<link>http://nutrun.com/weblog/rack-restful-dispatcher/#comment-331</link>
		<dc:creator>Peter Cooper</dc:creator>
		<pubDate>Thu, 31 Jan 2008 08:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://new-site.nutrun.com/?p=121#comment-331</guid>
		<description>Frank: It doesn't really matter. Ruby just treats strings as series of 8 bit bytes, so you can store an image in a string, or whatever. Piping it out via HTTP via a string will work fine. For example, if you made it use image/gif for the content type, you could easily just send File.read('whatever.gif') straight back and it'd work.</description>
		<content:encoded><![CDATA[<p>Frank: It doesn&#8217;t really matter. Ruby just treats strings as series of 8 bit bytes, so you can store an image in a string, or whatever. Piping it out via HTTP via a string will work fine. For example, if you made it use image/gif for the content type, you could easily just send File.read(&#8217;whatever.gif&#8217;) straight back and it&#8217;d work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lucasjosh.com &#38;#187; Blog Archive &#38;#187; Links for 1/30/08 [my NetNewsWire tabs]</title>
		<link>http://nutrun.com/weblog/rack-restful-dispatcher/#comment-330</link>
		<dc:creator>lucasjosh.com &#38;#187; Blog Archive &#38;#187; Links for 1/30/08 [my NetNewsWire tabs]</dc:creator>
		<pubDate>Thu, 31 Jan 2008 05:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://new-site.nutrun.com/?p=121#comment-330</guid>
		<description>[...] Nutrun » Blog Archive » Rack RESTful Dispatcher [...]</description>
		<content:encoded><![CDATA[<p>[...] Nutrun » Blog Archive » Rack RESTful Dispatcher [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-01-30 &#124; Lazycoder</title>
		<link>http://nutrun.com/weblog/rack-restful-dispatcher/#comment-329</link>
		<dc:creator>links for 2008-01-30 &#124; Lazycoder</dc:creator>
		<pubDate>Wed, 30 Jan 2008 10:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://new-site.nutrun.com/?p=121#comment-329</guid>
		<description>[...] Nutrun » Blog Archive » Rack RESTful Dispatcher (tags: ruby rack programming) [...]</description>
		<content:encoded><![CDATA[<p>[...] Nutrun » Blog Archive » Rack RESTful Dispatcher (tags: ruby rack programming) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web 2.0 Announcer</title>
		<link>http://nutrun.com/weblog/rack-restful-dispatcher/#comment-328</link>
		<dc:creator>Web 2.0 Announcer</dc:creator>
		<pubDate>Wed, 30 Jan 2008 10:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://new-site.nutrun.com/?p=121#comment-328</guid>
		<description>&lt;strong&gt;Rack RESTful Dispatcher...&lt;/strong&gt;

[...]Example of using Rack to create standalone RESTFul services in Ruby.[...]...</description>
		<content:encoded><![CDATA[<p><strong>Rack RESTful Dispatcher&#8230;</strong></p>
<p>[...]Example of using Rack to create standalone RESTFul services in Ruby.[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-01-30 &#38;laquo; Bloggitation</title>
		<link>http://nutrun.com/weblog/rack-restful-dispatcher/#comment-327</link>
		<dc:creator>links for 2008-01-30 &#38;laquo; Bloggitation</dc:creator>
		<pubDate>Wed, 30 Jan 2008 00:21:25 +0000</pubDate>
		<guid isPermaLink="false">http://new-site.nutrun.com/?p=121#comment-327</guid>
		<description>[...] Rack RESTful Dispatcher (tags: ruby rest web programming web2.0) [...]</description>
		<content:encoded><![CDATA[<p>[...] Rack RESTful Dispatcher (tags: ruby rest web programming web2.0) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Malamidis</title>
		<link>http://nutrun.com/weblog/rack-restful-dispatcher/#comment-326</link>
		<dc:creator>George Malamidis</dc:creator>
		<pubDate>Tue, 29 Jan 2008 14:41:43 +0000</pubDate>
		<guid isPermaLink="false">http://new-site.nutrun.com/?p=121#comment-326</guid>
		<description>http://rack.rubyforge.org/doc/classes/Rack/File.html</description>
		<content:encoded><![CDATA[<p><a href="http://rack.rubyforge.org/doc/classes/Rack/File.html" rel="nofollow">http://rack.rubyforge.org/doc/classes/Rack/File.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Carver</title>
		<link>http://nutrun.com/weblog/rack-restful-dispatcher/#comment-325</link>
		<dc:creator>Frank Carver</dc:creator>
		<pubDate>Tue, 29 Jan 2008 14:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://new-site.nutrun.com/?p=121#comment-325</guid>
		<description>This looks a lot like the a naive version of &lt;a href='http://mojasef.stringtree.org/' rel="nofollow"&gt;Mojasef&lt;/a&gt; Java framework which I have been using successfully for several years now.

I'm surprised at the choice of an array of strings for the body type, though. I wonder how that is supposed to handle non-textual responses, such as serving an image, for example.</description>
		<content:encoded><![CDATA[<p>This looks a lot like the a naive version of <a href='http://mojasef.stringtree.org/' rel="nofollow">Mojasef</a> Java framework which I have been using successfully for several years now.</p>
<p>I&#8217;m surprised at the choice of an array of strings for the body type, though. I wonder how that is supposed to handle non-textual responses, such as serving an image, for example.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
