Re: Internet programming, point me?
Re: Internet programming, point me?
- Subject: Re: Internet programming, point me?
- From: Douglas Davidson <email@hidden>
- Date: Fri, 3 Jan 2003 11:17:18 -0800
On Thursday, January 2, 2003, at 09:13 PM, Alex Rice wrote:
I really want to write a Cocoa program that will communicate with a
server
via HTTP, but documentation in that field seems scarce. Can anyone
point me
in the right direction?
If the Foundation methods aren't good enough, you may want to look at
CURLHandle. It's a very powerful way of doing downloads from Cocoa
That's one option, depending on what you're doing. The system-supplied
means of doing most HTTP client-side work is CFNetwork. I believe
there is some documentation about it on developer.apple.com.
Douglas Davidson
_______________________________________________
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.