![Platform](https://img.shields.io/badge/Platform-iOS | OS X | Android | Linux | Unix-ff69b4.svg?style=flat)
A full-featured http proxy written by C, its can be built both on MacOS, iOS, Android, Linux, Unix
if you want to add this function to your project, you can use this code
// put 'src/' to your project first.
#include "LAHTTPProxy.h"
start_http_proxy(int port) // etc: start_http_proxy(8080);
cd linux
make clean; make
./HTTPProxy 8080 # your port
open Xcode/HTTPProxy.xcodeproj file. and run.
JNI built Android.mk