Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 823 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 823 Bytes

HTTPProxy

HTTPProxy Version license ![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

how to use it

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);

how to run it

Linux and Unix

cd linux
make clean; make
./HTTPProxy 8080 # your port

Xcode (iOS, MacOS)

open Xcode/HTTPProxy.xcodeproj file. and run.

Android

JNI built Android.mk