From 748f6a8bc9b42fc3fe2c403253c436febf196108 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Latour Date: Thu, 17 Apr 2014 01:48:22 -0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a81d294..16dd7f1 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Extra built-in features: * [Chunked transfer encoding](https://en.wikipedia.org/wiki/Chunked_transfer_encoding) for request and response HTTP bodies * [HTTP compression](https://en.wikipedia.org/wiki/HTTP_compression) with gzip for request and response HTTP bodies * [HTTP range](https://en.wikipedia.org/wiki/Byte_serving) support for requests of local files +* Automatically handle transitions between foreground, background and suspended modes in iOS apps Included extensions: * [GCDWebUploader](GCDWebUploader/GCDWebUploader.h): subclass of ```GCDWebServer``` that implements an interface for uploading and downloading files from an iOS app's sandbox using a web browser