Comparing version 5.0.8 to 5.0.9
@@ -8,7 +8,8 @@ 'use strict' | ||
module.exports = { | ||
httpi : goh, | ||
httpii : h2c, | ||
HttpClient: goh, | ||
HttpClientII: h2c, | ||
http2proxy, | ||
HttpIIProxy: http2proxy, | ||
httpcli : new goh(), | ||
http2cli : new h2c(), | ||
} |
{ | ||
"name": "gohttp", | ||
"version": "5.0.8", | ||
"version": "5.0.9", | ||
"description": "http & https client for HTTP/1.1 and HTTP/2", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
110944
2078