chore: update hyper example readme
This commit is contained in:
parent
73631b8af5
commit
8f967b4c37
1 changed files with 18 additions and 0 deletions
18
examples/hyper/README.md
Normal file
18
examples/hyper/README.md
Normal 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
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue