Skip to content

chriswaugh/http-status-codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http-status-codes

Simple Sinatra app to return HTTP status codes.

Usage

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

About

Sinatra app for returning HTTP status codes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages