http-status
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.6.3 | ||
// Generated by CoffeeScript 1.7.1 | ||
module.exports = { | ||
@@ -37,2 +37,3 @@ 100: 'Continue', | ||
417: 'Expectation Failed', | ||
422: 'Unprocessable Entity', | ||
429: 'Too Many Requests', | ||
@@ -79,2 +80,3 @@ 500: 'Internal Server Error', | ||
EXPECTATION_FAILED: 417, | ||
UNPROCESSABLE_ENTITY: 422, | ||
TOO_MANY_REQUESTS: 429, | ||
@@ -81,0 +83,0 @@ INTERNAL_SERVER_ERROR: 500, |
{ | ||
"name": "http-status", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "Interact with HTTP status code", | ||
@@ -5,0 +5,0 @@ "homepage": "http://www.adaltas.com/projects/node-http-status", |
Sorry, the diff of this file is not supported yet
6809
87