Showing
1 changed file
with
13 additions
and
5 deletions
@@ -13,12 +13,20 @@ It provides: | @@ -13,12 +13,20 @@ It provides: | ||
13 | * 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 |
14 | * 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. | 14 | * 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. |
15 | * Cookie support | 15 | * Cookie support |
16 | +* [NEW] Requests can continue to run when your app moves to the background (iOS 4+) | ||
16 | * GZIP support for response data AND request bodies | 17 | * GZIP support for response data AND request bodies |
17 | -* Persistent connections support | 18 | +* The included ASIDownloadCache class lets requests transparently cache responses, and allow requests for cached data to succeed even when there is no network available |
18 | -* Support for Amazon S3 | 19 | +* [NEW] ASIWebPageRequest - download complete webpages, including external resources like images and stylesheets. Pages of any size can be indefinitely cached, and displayed in a UIWebview / WebView even when you have no network connection. |
19 | -* [NEW] Full support for Rackspace Cloud Files | 20 | +* Easy to use support for Amazon S3 - no need to fiddle around signing requests yourself! |
20 | -* Supports manual and autodetected proxies, authenticating proxies, and PAC file autoconfiguration | 21 | +* Full support for Rackspace Cloud Files |
21 | -* Based on NSOperation to make queuing requests and background operation easy | 22 | +* [NEW] Client certificates support |
23 | +* Supports manual and auto-detected proxies, authenticating proxies, and PAC file auto-configuration. The built-in login dialog lets your iPhone application work transparently with authenticating proxies without any additional effort. | ||
24 | +* Bandwidth throttling support | ||
25 | +* Support for persistent connections | ||
26 | +* Supports synchronous & asynchronous requests | ||
27 | +* Get notifications about changes in your request state via delegation or [NEW] blocks (Mac OS X 10.6, iOS 4 and above) | ||
22 | * Comes with a broad range of unit tests | 28 | * Comes with a broad range of unit tests |
23 | 29 | ||
30 | +ASIHTTPRequest is compatible with Mac OS 10.5 or later, and iOS 3.0 or later. | ||
31 | + | ||
24 | Documentation is available "here":http://allseeing-i.com/ASIHTTPRequest. | 32 | Documentation is available "here":http://allseeing-i.com/ASIHTTPRequest. |
-
Please register or login to post a comment