HTTP Code is a site for software developers who regularly interact with web services and need to quickly look up HTTP response codes. Learn more about how the site got started.
What makes the site great is how easy it is to quickly look up a status code. Check out these cool integrations.
Add this snippet to your shell's .rc file:
function http(){ curl http://httpcode.info/$1; }Then run:
~$ http 303
Florian Friedrich built a nice Alfred workflow for Mac users.
The HTTP Code site is open source. Check out the project on GitHub. To contribute changes, please fork and submit pull requests.
Copyright (c) 2014 Thaddeus Ternes. Powered by the Yeti theme.