Skip to content

shikai-zhou/rust-http-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Simple http web proxy in rust. Fast and multithreaded using tokio runtime. Not ready for production.

Usage

./http_proxy [port number]

Default port 8080

Dependencies

  • tokio

Working

  • Basic proxy connections

Future Features

  • Caching
  • Blacklisting
  • Telemetry