From a08ceb90c04f5e9fbf47bab23d71007fe1aba4e9 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Latour Date: Sun, 30 Dec 2012 00:49:43 -0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88ae285..ea89853 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ GCDWebServer GCDWebServer is a lightweight GCD based HTTP 1.1 server for Mac & iOS apps written from scratch with the following goals in mind: * Entirely built with an event-driven design using [Grand Central Dispatch](http://en.wikipedia.org/wiki/Grand_Central_Dispatch) for maximum performance and concurrency -* Well designed API for easy integration and customization +* Well designed API for easy integration +* Handle URL requests with simple GCD blocks instead of subclasses or delegates * Minimal number of source files and no dependencies on third-party source code * Support for streaming large HTTP bodies for requests and responses to minimize memory usage * Built-in parser for web forms submitted using "application/x-www-form-urlencoded" or "multipart/form-data"