On Dec 25, 2013, at 7:26 AM, Eric Wing <ewmail...@gmail.com> wrote: > So I was looking > at NSURLSession because I assumed it used a standard protocol that > would be easy to talk with on other platforms.
If your URLs start with “http:” then you’re using the HTTP protocol. But NSURL* classes support a variety of protocols, based on the scheme of the URL you supply. (It’s also possible to make FTP connections using “ftp:” URLs, and of course there’s “file:”. And you can register your own protocol handlers.) —Jens _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com