Simple Sinatra app to return HTTP status codes.
To start the application:
bundle install #installs dependencies (first run only)
foreman start #starts the application
Then pass in the http code you require as a relative URL i.e.:
curl -v http://localhost:5000/404 #shows a 404 not found response