#151 Rack Middleware


Mar 02 2009 12 mins  
Rack middleware is a way to filter a request and response coming into your application. In this episode I show how to modify the response body using middleware.