From 8f967b4c3792700cdddd009154ba51ea40a07dc2 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Sun, 12 Jan 2020 14:37:39 +0300 Subject: [PATCH] chore: update hyper example readme --- examples/hyper/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 examples/hyper/README.md 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 +``` + + +