• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
[ANN] CURLHandle 1.2 now available
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ANN] CURLHandle 1.2 now available


  • Subject: [ANN] CURLHandle 1.2 now available
  • From: Dan Wood <email@hidden>
  • Date: Fri, 28 Dec 2001 14:07:15 -0800

I've just made available the latest version, 1.2, of CURLHandle, at its home, <http://curlhandle.sourceforge.net/>.

CURLHandle is a wrapper around a Daniel Steinberg's CURL library, providing URL access for Mac OS X applications in Cocoa that need a bit more sophistication than what is provided for you in NSURLHandle. With CURLHandle, for instance, you can do POST and handle proxy servers, which you can't do in NSURLHandle.

CURLHandle is the HTTP access mechanism in my "Watson" program, BTW.

This is in the public domain, but please report any improvements back to me. Be sure to be familiar with CURL and how it works; see http://curl.haxx.se/

What's new in version 1.2:

 setProgressIndicator: to allow for indeterminate progress indicators in foreground loading. See the tester application for how to do a progress indicator from a background load.
 Support for proxy settings from System Preferences, and authenticated proxy support as well.
 curlHello now takes signature of app as parameter
 setHTTPHeaders for setting custom HTTP request headers
 setProxyUserIDAndPassword for proxy servers
 New method for formatting a dictionary as an HTTP get/post request in a particular order or parameters
 Rudimentary support for ftp:// URLs
 Fixed a couple of crashing bugs, one where the data was strangely being released prematurely, another where the background thread would try to send a message to the foreground thread after it had been dealloc'd.
 Updated bundled libcurl to be in sync with curl 7.9.2.


Note: Support for Mac OS X 10.0.x will be going away soon, unless I hear any major objections.

Dan

--
Dan Wood
email@hidden
http://www.karelia.com/
Watson for Mac OS X: http://www.karelia.com/watson/


  • Prev by Date: Running a regular expression on an NSString
  • Next by Date: Re: Running a regular expression on an NSString
  • Previous by thread: Re: Running a regular expression on an NSString
  • Next by thread: [ANN] CURLHandle 1.2 now available
  • Index(es):
    • Date
    • Thread