From 040515aff422dc251d7ed7f2cc1fb9f0d29d136e Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Latour Date: Mon, 10 Feb 2014 10:44:36 -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 ac9980f..ecad5bd 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ GCDWebServer is a lightweight GCD based HTTP 1.1 server designed to be embedded * 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 +* Authentication like [Basic Authentication](https://en.wikipedia.org/wiki/Basic_access_authentication) * Web forms submitted using "multipart/mixed" What's not supported (but not really required from an embedded HTTP server):