A service that listens for HTTP-RPC requests and forwards the request body to remote servers according to the configured rules.
-
Clone the repo:
git clone https://github.com/dexterlaboss/rpc-proxy cd rpc-proxy -
Build and run:
cargo run
-
Test the service:
curl -X POST http://localhost:8889 -d '{"key":"value"}' -H "Content-Type: application/json"