From f2d33a0a5eacd91786e2ce2683c4c04e52f0f95d Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Latour Date: Sun, 30 Dec 2012 00:54:01 -0800 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8033e7e..526cc7f 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,14 @@ GCDWebServer is a lightweight GCD based HTTP 1.1 server for Mac & iOS apps writt * Minimal number of source files and no dependencies on third-party source code * Available under a friendly [New BSD License](../master/LICENSE) -What's not supported (yet?): -* Keep-alive connections -* Authentication -* HTTPS +What's not available out of the box but can be implemented on top of the API: +* Authentication like Basic Authentication * Web forms submitted using "multipart/mixed" +What's not supported (but not really required from an embedded HTTP server): +* Keep-alive connections +* HTTPS + Requirements: * OS X 10.7 or later * iOS 5.0 or later