@libj/http-meta
Advanced tools
Comparing version 0.1.28 to 0.2.0
@@ -21,2 +21,3 @@ export declare enum HttpStatus { | ||
PRECONDITION_FAILED = 412, | ||
UNSUPPORTED_MEDIA_TYPE = 415, | ||
/*** 5xx ***/ | ||
@@ -23,0 +24,0 @@ INTERNAL_SERVER_ERROR = 500, |
@@ -25,2 +25,3 @@ "use strict"; | ||
HttpStatus[HttpStatus["PRECONDITION_FAILED"] = 412] = "PRECONDITION_FAILED"; | ||
HttpStatus[HttpStatus["UNSUPPORTED_MEDIA_TYPE"] = 415] = "UNSUPPORTED_MEDIA_TYPE"; | ||
/*** 5xx ***/ | ||
@@ -27,0 +28,0 @@ HttpStatus[HttpStatus["INTERNAL_SERVER_ERROR"] = 500] = "INTERNAL_SERVER_ERROR"; |
{ | ||
"dependencies": {}, | ||
"name": "@libj/http-meta", | ||
"version": "0.1.28", | ||
"version": "0.2.0", | ||
"description": "Http meta kit", | ||
@@ -24,3 +24,3 @@ "author": "Sergey Poskachey <seregynp@gmail.com>", | ||
], | ||
"gitHead": "b0c2aefa422b03d79d900daaf1558e4933ed0730" | ||
"gitHead": "22d4bdfa2f99803f584181fd0f2a8f583d254556" | ||
} |
Sorry, the diff of this file is not supported yet
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
41131
583