Showing
1 changed file
with
3 additions
and
1 deletions
| @@ -5,7 +5,9 @@ It is suitable performing basic HTTP requests and interacting with REST-based se | @@ -5,7 +5,9 @@ It is suitable performing basic HTTP requests and interacting with REST-based se | ||
| 5 | It provides: | 5 | It provides: |
| 6 | * A straightforward interface for submitting data to and fetching data from webservers | 6 | * A straightforward interface for submitting data to and fetching data from webservers |
| 7 | * Download data to memory or directly to a file on disk | 7 | * Download data to memory or directly to a file on disk |
| 8 | -* The ability to submit files on local drives as part of POST data, compatible with the HTML file input mechanism | 8 | +* Submit files on local drives as part of POST data, compatible with the HTML file input mechanism |
| 9 | +* Stream request bodies directly from disk to the server, to conserve memory | ||
| 10 | +* Resume for partial downloads | ||
| 9 | * Easy access to request and response HTTP headers | 11 | * Easy access to request and response HTTP headers |
| 10 | * Progress delegates (NSProgressIndicators and UIProgressViews) to show information about download AND upload progress | 12 | * Progress delegates (NSProgressIndicators and UIProgressViews) to show information about download AND upload progress |
| 11 | * Auto-magic management of upload and download progress indicators for operation queues | 13 | * Auto-magic management of upload and download progress indicators for operation queues |
-
Please register or login to post a comment