19 lines
275 B
Markdown
19 lines
275 B
Markdown
|
# 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
|
||
|
```
|
||
|
|
||
|
|
||
|
|