Live data from Hacker News

Show HN: HTTP Status code directory

httpstatus.es

21–23 of 23 posts

Re: Show HN: HTTP Status code directory

#21
post #2

How many wikipedia pages can we turn into .es domains? http://en.wikipedia.org/wiki/List_of_HTTP_status_codes On a side note, I need to start using 418 "I'm a teapot" more often.

It's not even as useful as the Wikipedia list as the main page fails to specify which codes are from WebDAV, etc., and it even copies some made-up non-RFC codes without including the caveats.

Re: Show HN: HTTP Status code directory

#22
post #19
post #9

Earlier quoted context omitted.

Coincidentally I just set up a response that uses 418 I'm a teapot about an hour ago. I really wanted 422 Unprocessable Entity, but werkzeug doesn't implement that (and for some reason instead implements 418 I'm a teapot).

It doesn't implement that? https://github.com/mitsuhiko/werkzeug/blob/master/werkzeug/_...

Negative, that's just a dictionary for looking up the exception name. A pull request for 422 did get accepted today though, so yes, now it does.

https://github.com/mitsuhiko/werkzeug/pull/165

Post reply on HN