Re: NSURL Caching Question
Re: NSURL Caching Question
- Subject: Re: NSURL Caching Question
- From: "Ian G. Gillespie" <email@hidden>
- Date: Thu, 17 Mar 2005 13:32:31 -0500
Is your app for 10.3 and later? If so, you should move away from
using NSURLHandle. Here's a note from the docs on that class:
"Applications that are intended for deployment on Mac OS X v10.3 or
later should use the NSURLProtocol class and NSURLProtocolClient
protocol instead of NSURLHandle and NSURLHandleClient."
I'm going to assume you'll get much better support with these newer
classes.
I did see that and was going to try and support 10.2. But let's say I
scratch that, it looks like NSURLConnection might work as well
http://developer.apple.com/documentation/Cocoa/Conceptual/
URLLoadingSystem/index.html
Is there any reason why I shouldn't use NSURLConnection? And one last
thing, can I identify my app to the server using NSURLConnection?
Thanks thus far.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden