@capriza/http-utils
Advanced tools
Comparing version 0.2.5-beta.7 to 0.2.5
{ | ||
"name": "@capriza/http-utils", | ||
"version": "0.2.5-beta.7", | ||
"version": "0.2.5", | ||
"description": "HTTP Request utils that handles, request-response, errors, concurrency, priority and authentication", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
VERSION=0.2.5-beta.7 | ||
VERSION=0.2.5 |
@@ -95,2 +95,8 @@ # @capriza/http-utils | ||
``` | ||
``` | ||
httpClient.patch(url, data, props) | ||
``` | ||
``` | ||
httpClient.head(url, data, props) | ||
``` | ||
@@ -97,0 +103,0 @@ |
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
32548
151