WEB开发网
开发学院手机开发iPhone 开发 iPhone HTTP Post 发送数据实现 阅读

iPhone HTTP Post 发送数据实现

 2010-03-18 16:40:00 来源:WEB开发网   
核心提示:* A straightforward interface for submitting data to and fetching data from webservers* Download data to memory or directly to a file on disk* Submit files on l

* A straightforward interface for submitting data to and fetching data from webservers

* Download data to memory or directly to a file on disk

* Submit files on local drives as part of POST data, compatible with the HTML file input mechanism

* Stream request bodies directly from disk to the server, to conserve memory

* Resume for partial downloads

* Easy access to request and response HTTP headers

* Progress delegates (NSProgressIndicators and UIProgressViews) to show information about download AND upload progress

* Auto-magic management of upload and download progress indicators for operation queues

* 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.

* Cookie support

* GZIP support for response data AND request bodies

* Persistent connections support

* Support for Amazon S3

* [NEW] Full support for Rackspace Cloud Files

* Supports manual and autodetected proxies, authenticating proxies, and PAC file autoconfiguration

* Based on NSOperation to make queuing requests and background operation easy

* Comes with a broad range of unit tests

Documentation is available "here":http://allseeing-i.com/ASIHTTPRequest.

我看他的Test部分了,真得好全,无所不能了

上一页  1 2 

Tags:iPhone HTTP Post

编辑录入:coldstar [复制链接] [打 印]
赞助商链接