adaltas / node-http-status

Utility to interact with HTTP status code in Node.js
Other
441 stars 55 forks source link

Add support for HTTP status 422. #13

Closed jamsesso closed 10 years ago

jamsesso commented 10 years ago

Adds support for the Unprocessable Entity HTTP status code - useful when the content type was understood and the syntax was properly formed, but the server was unable to process the instructions. Coming from a bit of a rails background, I find this status code used quite often.

http://restpatterns.org/HTTP_Status_Codes/422_-_Unprocessable_Entity

wdavidw commented 10 years ago

Good, thanks