New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/matchseller/http-proxy-server

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/matchseller/http-proxy-server

  • v0.0.0-20200322123330-88ea9e65e132
  • Source
  • Go
  • Socket score

Version published
Created
Source

这个一个服务端代理程序

目前只支持http代理

使用方式
go run main.go cAddr=0.0.0.0:8000 pAddr=0.0.0.0:8080 cCount=1000 pCount=10

参数解释:

cAddr => 接受客户端访问的监听地址 (必需)

pAddr => 接受代理客户端连接的监听地址 (必需)

cCount => 所接受客户端最大连接数 (非必需,默认值为1000)

pCount => 所接受客户端代理最大连接数 (非必需,默认值为10)

客户端代理程序地址

http-proxy-client

FAQs

Package last updated on 22 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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