Comparing version 4.2.0-beta to 4.2.0-beta1
@@ -418,3 +418,3 @@ 'use strict'; | ||
gohttp.prototype.post = async function (url, options = {}}) { | ||
gohttp.prototype.post = async function (url, options = {}) { | ||
this.checkMethod('POST', options); | ||
@@ -421,0 +421,0 @@ if (!options.body && !options.rawBody) { |
{ | ||
"name": "gohttp", | ||
"version": "4.2.0-beta", | ||
"version": "4.2.0-beta1", | ||
"description": "http & https client for HTTP/1.1 and HTTP/2", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |