Skip to content

Instantly share code, notes, and snippets.

@igrigorik
Created February 13, 2011 03:31
Show Gist options
  • Save igrigorik/2b487b94570ea362b3dd to your computer and use it in GitHub Desktop.
Save igrigorik/2b487b94570ea362b3dd to your computer and use it in GitHub Desktop.
require 'goliath'
class Test < Goliath::API
def response(env)
[200, {}, "hello world"]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment