go-httpproxy

command module
v0.4.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 1, 2022 License: MIT Imports: 1 Imported by: 0

README

go-httpproxy

Docker Image Version (latest semver) Docker Image Size (latest semver) Docker Pulls

A simple http proxy, support HTTP/HTTPS/HTTP2/Websocket.

Docker Compose

version: "3"

services:
  httpproxy:
    container_name: httpproxy
    image: isayme/httpproxy:latest
    ports:
      - "1087:1087"
    command: /app/httpproxy -p 1087
    # command: httpproxy --proxy socks5://your-host:your-port -p 1087
    # command: httpproxy --proxy http://your-host:your-port -p 1087
    # command: httpproxy --proxy https://your-host:your-port -p 1087

Proxy Protocol Screenshoot

for HTTP

HTTP Protocol

for HTTPS

HTTPS Protocol

Refers

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL