Skip to content

Instantly share code, notes, and snippets.

@tooky
Created December 16, 2010 22:26
Show Gist options
  • Save tooky/744122 to your computer and use it in GitHub Desktop.
Save tooky/744122 to your computer and use it in GitHub Desktop.
test.ru
app = proc do |env|
puts Rack::Request.new(env).params.inspect
[ 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