Total Pageviews

Sunday 6 March 2022

proxy.ml,一个用 OCaml 实现的 http proxy server程序


极低的资源占用,只支持 Linux 和 Mac OSX 在内的 Unix.

编译运行

dune install
dune build
dune exec ./main.exe
vagrant@archlinux proxy.ml (main) $ ./_build/default/main.exe --help
A http proxy server
  -p Server listen port (default: 8080)
  -help  Display this list of options
  --help  Display this list of options
from https://github.com/hellojukay/proxy.ml
-----
related project: https://github.com/hellojukay/http_server

No comments:

Post a Comment