Re: HTTP POST
Re: HTTP POST
- Subject: Re: HTTP POST
- From: Scott Anguish <email@hidden>
- Date: Wed, 14 Jan 2004 15:35:57 -0500
On Jan 14, 2004, at 11:22 AM, Paul Collins wrote:
>
"Note: 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."
>
>
http://developer.apple.com/documentation/Cocoa/Reference/Foundation/
>
ObjC_classic/Classes/NSURLHandle.html
>
>
Because of that note, I avoided NSURLHandle for my new Cocoa app.
>
What's up with that "should"? Is it just more efficient to use
>
NSURLConnection to avoid the extra layer of obj-c calls?
>
The recommendation is to use the new stuff if you can. It adds quite
a bit of additional control and feedback.
If you have to run on Jaguar as well (and can't stipulate that Safari
is installed) then NSURLHandle gives you a fallback position.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.