JO
JonoYang/simple_proxy
A simple HTTP proxy server using C
simple_proxy
A simple HTTP proxy server using C
Overview:
simple_proxy is a proxy server written in C that only serves HTTP GET and POST requests.
Notes:
- This is probably super insecure and should not be used in any serious manner.
- Beej's Guide to Network Programming was used as a reference and guide