https://github.com/jedirandy/broxy
apache thrift http proxy server
https://github.com/jedirandy/broxy
Last synced: 5 months ago
JSON representation
apache thrift http proxy server
- Host: GitHub
- URL: https://github.com/jedirandy/broxy
- Owner: jedirandy
- Created: 2015-03-24T18:53:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-28T00:53:27.000Z (over 10 years ago)
- Last Synced: 2025-01-12T02:43:28.009Z (6 months ago)
- Language: C++
- Size: 2.3 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
====================
Instructions
Build and execute
====================--------------------
Client
--------------------
- build
make client
- exec
client arg1 arg2arg1: host server address
arg2: requested URL
note that when arg2 is "@stats", will get the statistics of the server cache--------------------
Sever
--------------------
- build
make server
- exec
server arg1 arg2arg1: cache policy
1 -> FIFO
2 -> LRU
3 -> MAXS
4 -> Randomarg2: cache size (in MB)