chore: update hyper example readme

This commit is contained in:
Dmitriy Pleshevskiy 2020-01-12 14:37:39 +03:00
parent 73631b8af5
commit 8f967b4c37

18
examples/hyper/README.md Normal file
View file

@ -0,0 +1,18 @@
# Hyper
This example shows how you can use itconfig with hyper server.
Example was taken from the [official hyper example].
[official hyper example]: https://github.com/hyperium/hyper/blob/master/examples/web_api.rs
### Usage
```bash
cd examples/hyper
cargo run
```