You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

github.com/devblok/simple-http-proxy

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/devblok/simple-http-proxy

v0.0.0-20240919221239-5487f215df60
Source
Go
Version published
Created
Source

simple-http-proxy

A very basic self-hosted HTTP proxy.

Usage

The executable accepts two parameters:

-listen string
	Listen address for server, eg. 127.0.0.1:8080 (default "localhost:8080")
-users string
	Users configuration file (default "users.json")

Only the -users flag is required for minimal use. Users is a JSON file that contains the user list and their assigned quotas. See users.example.json.

Issues

There is an issue that I don't want to spend time trying to fix anymore. It's related to a non-working test. See proxy_test.go for details.

FAQs

Package last updated on 19 Sep 2024

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