ganlvtech / http-proxy-server-rs

Simple HTTP proxy server powered by https://github.com/hyperium/hyper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple HTTP proxy server powered by https://github.com/hyperium/hyper


Languages

Language:Rust 100.0%