Created
April 6, 2018 01:44
-
-
Save carld/5c5c200b22aab7a7ccfd0bf93d6f3593 to your computer and use it in GitHub Desktop.
rack up
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
run Proc.new { |env| | |
['200', {'Content-Type' => 'text/html'}, [env.to_s]] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment