docs(server): Add a forms server example

Add an example program illustrating parsing a request body through
generating a response body.
This commit is contained in:
Jeff Olhoeft
2017-12-12 18:32:19 -08:00
parent 16aa92cf03
commit 61877f6f6e
2 changed files with 107 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ unicase = "2.0"
num_cpus = "1.0"
pretty_env_logger = "0.1"
spmc = "0.2"
url = "1.0"
[features]
default = ["server-proto"]