From 780a608d6c949cd15c89de489d5edc11f133aad3 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Latour Date: Thu, 9 Oct 2014 09:57:08 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ef4d29..602d73c 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ GCDWebServer is a modern and lightweight GCD based HTTP 1.1 server designed to b * Available under a friendly [New BSD License](LICENSE) Extra built-in features: +* Allow implementation of fully asynchronous handlers of incoming HTTP requests * Minimize memory usage with disk streaming of large HTTP request or response bodies * Parser for [web forms](http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4) submitted using "application/x-www-form-urlencoded" or "multipart/form-data" encodings (including file uploads) * [JSON](http://www.json.org/) parsing and serialization for request and response HTTP bodies