Skip to content

ganlvtech/http-proxy-server-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple HTTP Proxy Server

Simple HTTP proxy server powered by hyperium/hyper with musl release

This project is just a modified version of hyper http_proxy.rs example.

Download

Download from GitHub Release

Usage

./http-proxy 127.0.0.1:8080

Build

alias rust-musl-builder='docker run --rm -it -v "$(pwd)":/home/rust/src nwtgck/rust-musl-builder:1.56.1'
rust-musl-builder cargo build --release --target=x86_64-unknown-linux-musl

License

MIT License