Skip to content

Instantly share code, notes, and snippets.

@adamwiggins
Created September 26, 2008 00:19
Show Gist options
  • Save adamwiggins/12992 to your computer and use it in GitHub Desktop.
Save adamwiggins/12992 to your computer and use it in GitHub Desktop.
require 'sinatra'
post '/' do
request.body.read.length.to_s
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment