/rust-minimal-web-service-hyper

An example of a minimal web service in Rust using hyper

Primary LanguageRustApache License 2.0Apache-2.0

rust-minimal-web-service-hyper

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 }'