Skip to content

Instantly share code, notes, and snippets.

@am
Created January 21, 2014 13:47
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save am/8540370 to your computer and use it in GitHub Desktop.
Sinatra server that mirrors the POST variables in .json format
require 'sinatra'
require 'sinatra/json'
post '/' do
json params
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment