fwsp-server-response
Advanced tools
Comparing version 2.2.5 to 2.2.6
@@ -278,2 +278,3 @@ 'use strict'; | ||
ServerResponse.HTTP_METHOD_NOT_ALLOWED = 405; | ||
ServerResponse.NOT_ACCEPTABLE = 406; | ||
ServerResponse.HTTP_CONFLICT = 409; | ||
@@ -298,2 +299,3 @@ ServerResponse.HTTP_TOO_LARGE = 413; | ||
'405': ['Method not allowed', 'The HTTP method used is not allowed'], | ||
'406': ['Not Acceptable', 'The target resource does not have a current representation that would be acceptable to the user agent'], | ||
'409': ['Conflict','Request has caused a conflict'], | ||
@@ -300,0 +302,0 @@ '413': ['Request Entity Too Large', 'The webserver or proxy believes the request is too large'], |
{ | ||
"name": "fwsp-server-response", | ||
"version": "2.2.5", | ||
"version": "2.2.6", | ||
"description": "Server Response module for use with Node / ExpressJS", | ||
@@ -5,0 +5,0 @@ "author": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31293
361