Skip to content

Instantly share code, notes, and snippets.

@gramos
Created August 10, 2010 11:39
Show Gist options
  • Save gramos/517124 to your computer and use it in GitHub Desktop.
Save gramos/517124 to your computer and use it in GitHub Desktop.
#\ -w -p 8765
use Rack::Reloader, 0
use Rack::ContentLength
app = proc do |env|
[ 200, {'Content-Type' => 'text/plain'}, "a" ]
end
run app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment