Haiku Messages for each HTTP Status Code
A Slack conversation from an especially mean friend who doesn't respect my time resulted in a link to Haiku Error Codes.
I couldn't resist.
Cool beans -- Submit a PR. The skeleton of the JSON is setup for anyone to add another haiku for each status code
See the top 9 status codes for examples:
- 200 OK
- 201 Created
- 204 No Content
- 400 Bad Request
- 401 Unauthorized
- 403 Forbidden
- 404 Not Found
- 409 Conflict
- 500 Internal Server Error
Let's try to have each entry in the "messages"
list be of the format
"FIRST_LINE_OF_HAIKU // SECOND_LINE_OF_HAIKU // LAST LINE OF HAIKU"
This will make it stupid simple for people to parse in any language that has sane string splitting.
Guess whose PR ain't gettin' merged then?
(•_•) ( •_•)>⌐■-■ (⌐■_■)
I am so sorry for your users, but okay. I would love to have supported packages for each language to be deployed to various package managers.
Submit a PR to add support for yours if you want! I don't plan to do them myself, that should be for smarter people.