/tinyhttppd

Tiny http proxy written in C

Primary LanguageCThe UnlicenseUnlicense

tinyhttppd

A lightweight http proxy server written with raw socket programming in C.

Build Status

Installation

Ubuntu:

apt get update
sudo apt install gcc

Mac OS:

brew install gcc

Finally:

git clone https://github.com/minj-ae/tinyhttppd.git
cd tinyhttppd
make all

Usage example

/bin_location [YOUR_IP] [PORT] [MAXQUEUE]

Release History

  • 0.0.0
    • Still on development

Contributing

  1. Fork it (https://github.com/minj-ae/tinyhttppd/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request