ee-soa-response
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -39,2 +39,3 @@ !function(){ | ||
, SERVICE_EXCEPTION : 37 // 500 | ||
, NOT_IMPLEMENTED : 501 // 501 | ||
, SERVICE_UNAVAILABLE : 38 // 503 | ||
@@ -41,0 +42,0 @@ |
{ | ||
"name" : "ee-soa-response" | ||
, "description" : "ee SOA Response class" | ||
, "version" : "0.1.4" | ||
, "version" : "0.1.5" | ||
, "homepage" : "https://github.com/eventEmitter/ee-soa-response" | ||
@@ -6,0 +6,0 @@ , "author" : "Michael van der Weg <michael@eventemitter.com> (http://eventemitter.com/)" |
@@ -54,3 +54,3 @@ # ee-soa-response | ||
, CONFLICT : 80 //409, conflict, resource extsts already | ||
, CONFLICT : 80 // 409, conflict, resource extsts already | ||
@@ -75,2 +75,4 @@ , ACCESS_MALFORMED : 23 // 400 | ||
, NOT_IMPLEMENTED : 501 // 501 | ||
, TRANSPORT_NOT_AVAILABLE : 39 // no http equivalent |
9715
124
76