Skip to content

zupzup/rust-minimal-web-service-hyper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An example of a minimal web service in Rust using hyper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published