ee-soa-response
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -14,5 +14,8 @@ !function(){ | ||
, CREATED : 2 // 201 | ||
, ACCEPTED : 202 // 202 | ||
, NO_CONTENT : 204 // 204 | ||
, TARGET_MOVED : 20 // 301 | ||
, TARGET_FOUND : 21 // 302 | ||
, SEE_OTHER : 303 // 303 | ||
, TARGET_NOT_MODIFIED : 22 // 304 | ||
@@ -19,0 +22,0 @@ , TARGET_NOT_FOUND : 26 // 404 |
{ | ||
"name" : "ee-soa-response" | ||
, "description" : "ee SOA Response class" | ||
, "version" : "0.1.5" | ||
, "version" : "0.1.6" | ||
, "homepage" : "https://github.com/eventEmitter/ee-soa-response" | ||
, "author" : "Michael van der Weg <michael@eventemitter.com> (http://eventemitter.com/)" | ||
, "licence" : "mit" | ||
, "license" : "MIT" | ||
, "repository": { | ||
@@ -9,0 +9,0 @@ "url" : "https://github.com/eventEmitter/ee-soa-response.git" |
@@ -47,11 +47,14 @@ # ee-soa-response | ||
, CREATED : 2 // 201 | ||
, ACCEPTED : 202 // 202 | ||
, NO_CONTENT : 204 // 204 | ||
, TARGET_MOVED : 20 // 301 | ||
, TARGET_FOUND : 21 // 302 | ||
, SEE_OTHER : 303 // 303 | ||
, TARGET_NOT_MODIFIED : 22 // 304 | ||
, TARGET_NOT_FOUND : 26 // 404 | ||
, TARGET_GONE : 29 // 410 | ||
, CONFLICT : 80 // 409, conflict, resource extsts already | ||
, CONFLICT : 80 //409, conflict, resource extsts already | ||
, ACCESS_MALFORMED : 23 // 400 | ||
@@ -73,6 +76,5 @@ , ACCESS_UNAUTHORIZED : 24 // 401 | ||
, SERVICE_EXCEPTION : 37 // 500 | ||
, NOT_IMPLEMENTED : 501 // 501 | ||
, SERVICE_UNAVAILABLE : 38 // 503 | ||
, NOT_IMPLEMENTED : 501 // 501 | ||
, TRANSPORT_NOT_AVAILABLE : 39 // no http equivalent |
Sorry, the diff of this file is not supported yet
9969
127
78