A lightweight http proxy server written with raw socket programming in C.
Ubuntu:
apt get update
sudo apt install gccMac OS:
brew install gccFinally:
git clone https://github.com/minj-ae/tinyhttppd.git
cd tinyhttppd
make all/bin_location [YOUR_IP] [PORT] [MAXQUEUE]
- 0.0.0
- Still on development
- Fork it (https://github.com/minj-ae/tinyhttppd/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request
