Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jedirandy/broxy
apache thrift http proxy server
https://github.com/jedirandy/broxy
Last synced: about 1 month 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-28T00:53:27.000Z (over 9 years ago)
- Last Synced: 2024-04-14T06:03:11.358Z (9 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)