Skip to content

Instantly share code, notes, and snippets.

@ricardochimal
Created December 14, 2009 23:54
Show Gist options
  • Save ricardochimal/256576 to your computer and use it in GitHub Desktop.
Save ricardochimal/256576 to your computer and use it in GitHub Desktop.
require 'sinatra'
get '/' do
headers['Cached-Control'] = 'public, max-age=60'
Time.now.to_s
end
run Sinatra::Application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment