Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gohttp

Package Overview
Dependencies
Maintainers
1
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gohttp - npm Package Compare versions

Comparing version 4.1.0-beta9 to 4.1.0

12

http2proxy.js

@@ -66,6 +66,8 @@ 'use strict'

this.config = {}
for (let k in options) {
switch (k) {
case 'config':
this.setHostProxy(options[k])
this.config = options[k]
break

@@ -83,2 +85,3 @@

this.setHostProxy(this.config)

@@ -258,3 +261,6 @@ }

}
} else {
pxybalance.stepIndex += 1
}
}

@@ -331,2 +337,6 @@

if (pr.headers) {
for (let k in pr.headers) c.headers[k] = pr.headers[k]
}
let stm = hii.session.request(c.headers)

@@ -333,0 +343,0 @@

6

package.json
{
"name": "gohttp",
"version": "4.1.0-beta9",
"version": "4.1.0",
"description": "http & https client for HTTP/1.1 and HTTP/2",

@@ -25,3 +25,5 @@ "main": "index.js",

"client",
"http2client"
"http2client",
"proxy",
"http2proxy"
],

@@ -28,0 +30,0 @@ "author": "BraveWang",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc