0
votes

I am working on a webdav client for iOS device, will NSURLConnection or ASIHTTPRequest help with caching directory listing of webdav, or will we have to load from the server everytime?

Thank for your help guys.

1
Not sure about webdav but ASIHTTPRequest does support proper caching mechanisms when it comes to plain HTTP (eg. ETAG Header Requests). - Till

1 Answers

1
votes

MKNetworkKit is an up and coming network kit for iOS 4+ that has built in caching for requests.