Re: HTTP POST
Re: HTTP POST
- Subject: Re: HTTP POST
- From: Scott Anguish <email@hidden>
- Date: Wed, 14 Jan 2004 00:10:16 -0500
On Jan 13, 2004, at 12:56 PM, Paul Collins wrote:
Watch out for which HTTP technologies have been deprecated (URL Access,
some other thing with "Handle" in it's symbols which I forget) vs.
those which are only for Panther and later ("Foundation URL Loading
System "). CFNetwork (including CFHTTPMessage) seems to be the only
technology that is approved for both Jaguar and Panther. There's sample
code on the Apple Sample Code site.
This isn't true.
NSURLHandle isn't deprecated. It is built on top of the new
NSURLConnection stuff now. It will work on both Jaguar and Panther.
Also, the new NSURLConnection classes also work on Jaguar if you have
Safari installed.
_______________________________________________
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.
References: | |
| >HTTP POST (From: Michael Becker <email@hidden>) |
| >Re: HTTP POST (From: Paul Collins <email@hidden>) |