As a quick monkey patch @alexellis and I have amended my local `index.rb` to do the following: ``` get '/*' do res, res_headers, status_code = handler.run request.body, request.env headers = res_headers status status_code return res end ```