|
@@ -14,6 +14,7 @@ Extra built-in features:
|
|
|
* [JSON](http://www.json.org/) parsing and serialization for request and response HTTP bodies
|
|
|
* [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
|
|
|
|
|
|
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
|