@capriza/http-utils
Advanced tools
Comparing version 0.2.0-beta.2 to 0.2.0-beta.3
@@ -38,2 +38,6 @@ var axios = require('axios'); | ||
async head(url, opts, context) { | ||
return this._callRequest("head", url, opts, context); | ||
} | ||
async downloadUrlAttachment(uri, context) { | ||
@@ -40,0 +44,0 @@ var res = await this.get(uri, {responseType : 'arraybuffer'}, context); |
{ | ||
"name": "@capriza/http-utils", | ||
"version": "0.2.0-beta.2", | ||
"version": "0.2.0-beta.3", | ||
"description": "HTTP Request utils that handles, request-response, errors, concurrency, priority and authentication", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
26290
314