[ANN] CURLHandle 1.6 released
[ANN] CURLHandle 1.6 released
- Subject: [ANN] CURLHandle 1.6 released
- From: Dan Wood <email@hidden>
- Date: Fri, 05 Jul 2002 20:01:40 -0700
For Cocoa developers that need to do URL access and is finding
limitations
with NSURLHandle, you might want to check out CURLHandle 1.6,
available at:
<
http://curlhandle.sourceforge.net/>
This is a public domain Cocoa class that subclasses NSURLHandle
and wraps
around "curl". It can be used for HTTP PUT, GET, and POST, and
also ftp and
really anything else the curl handles. It also knows about HTTP proxies,
something lacking in NSURLHandle.
CURLHandle is the technology under the hood in Watson
<
http://www.karelia.com/watson/>, and is now being used by a number of
other developers for URL data transport.
Interested in learning more about CURLHandle? Check out the Feb
2002 issue of
MacTech magazine.....
---------------
Release notes for this version:
Version 1.6 -- 5 July 2002
* Wraps around curl 7.9.8.
* Fix a bug in the tester project that failed to copy the
framework into the application bundle, forcing the user to
install the framework before running the tester.
* Remove Mac OS X 10.0.x support
* Stopped overriding failureReason; this caused problems in some
cases.
* Removed carbon APIs, using system configuration framework
instead. This requires a change to
curlHelloSignature:acceptAll:. Thanks to Dominik Westner for
this change.
* Add a script in the project for the framework to eliminate the
"MH_DYLIB" error message people were getting.
--
Dan Wood
Karelia Software, LLC
email@hidden
http://www.karelia.com/
Watson for Mac OS X:
http://www.karelia.com/watson/
_______________________________________________
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.