Showing
1 changed file
with
2 additions
and
2 deletions
@@ -7,9 +7,9 @@ It provides: | @@ -7,9 +7,9 @@ It provides: | ||
7 | * Download data to memory or directly to a file on disk(i) | 7 | * Download data to memory or directly to a file on disk(i) |
8 | * The ability to submit files on local drives as part of POST data, compatible with the HTML file input mechanism | 8 | * The ability to submit files on local drives as part of POST data, compatible with the HTML file input mechanism |
9 | * Easy access to request and response HTTP headers | 9 | * Easy access to request and response HTTP headers |
10 | -* Ability for setting up progress delegates (NSProgressIndicators and UIProgressViews) to show information about download AND upload progress | 10 | +* 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 | 11 | * Auto-magic management of upload and download progress indicators for operation queues |
12 | -* Basic authentication (username and password) support, credentials are automatically for the duration of a session, and can be stored for later in the Keychain. | 12 | +* Basic + Digest authentication support, credentials are automatically for the duration of a session, and can be stored for later in the Keychain. |
13 | * Cookie support | 13 | * Cookie support |
14 | * Based on NSOperation to make queuing requests and background operation easy | 14 | * Based on NSOperation to make queuing requests and background operation easy |
15 | * Basic unit tests (more to come!) | 15 | * Basic unit tests (more to come!) |
-
Please register or login to post a comment