Re: Making a Cocoa web crawler
Re: Making a Cocoa web crawler
- Subject: Re: Making a Cocoa web crawler
- From: Louis Demers <email@hidden>
- Date: Sun, 3 Mar 2002 09:37:05 -0500
At 19:10 -0500 2002.03.02, Justin Anderson wrote:
I need to make a web crawler for school and want to code it in
Cocoa. I'm wondering if it's possible to define HTTP fields
(specifically USER-AGENT) in an NSURL. Is this sort of thing
supposed to be defined in NSURL's "- setProperty:forKey:" or do I
need to do all of this in C or bridged from Java?
I've given up on NSURL, it is too minimalist for most applications. I
use the CURL package. I think some have created an obj-c wrapper for
it. Anyway, it provides the functionnality you desire.
--
Louis Demers ing.
email@hidden
email@hidden
_______________________________________________
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.