docs(server): http_proxy example

This commit is contained in:
Euclidr
2019-12-12 16:59:38 -08:00
committed by Sean McArthur
parent 703ac340cb
commit bfda390617
3 changed files with 125 additions and 0 deletions

View File

@@ -110,6 +110,11 @@ name = "hello"
path = "examples/hello.rs"
required-features = ["runtime"]
[[example]]
name = "http_proxy"
path = "examples/http_proxy.rs"
required-features = ["runtime"]
[[example]]
name = "multi_server"
path = "examples/multi_server.rs"