From ef08ab55162e4600124a16ce1a6d4052c82b4e90 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Latour Date: Wed, 2 Apr 2014 08:49:11 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2a76a7..188fc5c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ GCDWebServer is a lightweight GCD based HTTP 1.1 server designed to be embedded * Available under a friendly [New BSD License](LICENSE) Included extensions: -* GCDWebUploader: subclass of GCDWebServer that implements an interface for uploading and downloading files from an iOS app's sandbox using a web browser +* [GCDWebUploader](CGDWebUploader/GCDWebUploader.h): subclass of GCDWebServer that implements an interface for uploading and downloading files from an iOS app's sandbox using a web browser What's not available out of the box but can be implemented on top of the API: * Authentication like [Basic Authentication](https://en.wikipedia.org/wiki/Basic_access_authentication)