From a313accc55c3651f0413b90cbf31252c82ab720f Mon Sep 17 00:00:00 2001 From: dowwie Date: Fri, 27 Apr 2018 15:31:34 -0400 Subject: [PATCH] updated README formatting --- async_ex1/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/async_ex1/README.md b/async_ex1/README.md index b6ce1614..11bbbeed 100644 --- a/async_ex1/README.md +++ b/async_ex1/README.md @@ -1,4 +1,5 @@ This is a contrived example intended to illustrate a few important actix-web features. + *Imagine* that you have a process that involves 3 steps. The steps here are dumb in that they do nothing other than call an httpbin endpoint that returns the json that was posted to it. The intent here @@ -6,6 +7,7 @@ is to illustrate how to chain these steps together as futures and return a final result in a response. Actix-web features illustrated here include: + 1. handling json input param 2. validating user-submitted parameters using the 'validator' crate 2. actix-web client features: