Skip to content

Instantly share code, notes, and snippets.

@chrishunt
Created December 27, 2013 15:37
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save chrishunt/8148680 to your computer and use it in GitHub Desktop.
Save chrishunt/8148680 to your computer and use it in GitHub Desktop.
Debug HTTP Server
run -> (_) { [ 200, { 'Content-Type' => 'text/html', }, ['success'] ] }
thin start -R config.ru -D -V
@chrishunt
Copy link
Author

Or as a gem: hi

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