diff --git a/examples/hyper/README.md b/examples/hyper/README.md new file mode 100644 index 0000000..40ec386 --- /dev/null +++ b/examples/hyper/README.md @@ -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 +``` + + +