discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSURL loading system


From: Richard Frith-Macdonald
Subject: Re: NSURL loading system
Date: Mon, 17 Dec 2007 10:58:07 +0000
User-agent: GNUMail (Version 1.2.0)

On 2007-12-15 17:14:57 +0000 Philippe Roussel <p.o.roussel@free.fr> wrote:

Hi all

I'm trying to GET/PUT files over HTTP and I'm a little confused by the
different possibilities offered by GNUstep. Is it better to use NSURL
facilities, NSURLHandle or NSURLConnection ?
What's the status of the classes implementations ? Do they match their
Cocoa versions in the last gnustep-base release ?

NSURLHandle is complete, and actually goes well beyond what the Apple implementation offers since the apple version was rather poor and needed quite a bit of enhancement.

The newer classes were introduced by Apple to remedy the shortcomings of their NSURLHandle stuff, but these classes are incomplete in GNUstep.

What I'd *like* people to do is write code that works on both systems, by completing the implementation of the new classes in GNUstep (and contributing them of course) and using the newe API, but if you really just want something to work on GNUstep, and need to go beyond the most basic use of http, then NSURLHandle will do the job.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]