Showing
1 changed file
with
1 additions
and
1 deletions
@@ -9,7 +9,7 @@ It provides: | @@ -9,7 +9,7 @@ It provides: | ||
9 | * Easy access to request and response HTTP headers | 9 | * Easy access to request and response HTTP headers |
10 | * 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 + Digest authentication support, credentials are automatically re-used for the duration of a session, and can be stored for later in the Keychain. | 12 | +* Basic, Digest + NTLM authentication support, credentials are automatically re-used for the duration of a session, and can be stored for later in the Keychain. |
13 | * Cookie support | 13 | * Cookie support |
14 | * GZIP support for response data | 14 | * GZIP support for response data |
15 | * Based on NSOperation to make queuing requests and background operation easy | 15 | * Based on NSOperation to make queuing requests and background operation easy |
-
Please register or login to post a comment