Skip to content

Instantly share code, notes, and snippets.

@bscofield
Created May 18, 2009 14:56
Show Gist options
  • Save bscofield/113532 to your computer and use it in GitHub Desktop.
Save bscofield/113532 to your computer and use it in GitHub Desktop.
class SimpleRackApp
def call(env)
[

status, # 200
headers, # {"Content-Type" => "text/html"}

body # ["<html>...</html>"]

]

end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment