An example of a minimal web service in Rust using hyper
Run with make dev
URLs to call:
curl http://localhost:8080/test
curl http://localhost:8080/params/1234
curl -X POST http://localhost:8080/send -d '{"name": "chip", "active": true }'
An example of a minimal web service in Rust using hyper
RustApache-2.0