From 2cddc8c939211655e6e41a1f2b86b0ca50c5c946 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Latour Date: Thu, 26 Dec 2013 23:03:38 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e76ce83..59feef0 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ GCDWebServer is a lightweight GCD based HTTP 1.1 server designed to be embedded * 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" encodings (including file uploads) * Minimal number of source files and no dependencies on third-party source code -* Available under a friendly [New BSD License](blob/master/LICENSE) +* Available under a friendly [New BSD License](LICENSE) What's not available out of the box but can be implemented on top of the API: * Authentication like Basic Authentication