Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freeformz/cod3s
Reflect the requested HTTP code back to you.
https://github.com/freeformz/cod3s
Last synced: 7 days ago
JSON representation
Reflect the requested HTTP code back to you.
- Host: GitHub
- URL: https://github.com/freeformz/cod3s
- Owner: freeformz
- Created: 2015-03-28T00:54:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-28T01:14:55.000Z (almost 10 years ago)
- Last Synced: 2024-12-24T06:47:35.882Z (10 days ago)
- Language: Go
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
# cod3s
Reflect the requested HTTP code back to you.
```bash
$ http http://cod3s.herokuapp.com/201
HTTP/1.1 201 Created
Connection: keep-alive
Content-Length: 0
Content-Type: text/plain; charset=utf-8
Date: Sat, 28 Mar 2015 01:12:19 GMT
Server: Cowboy
Via: 1.1 vegur$ http http://cod3s.herokuapp.com/505
HTTP/1.1 505 HTTP Version Not Supported
Connection: keep-alive
Content-Length: 0
Content-Type: text/plain; charset=utf-8
Date: Sat, 28 Mar 2015 01:14:45 GMT
Server: Cowboy
Via: 1.1 vegur
```