#include "_doctype.html" CURLHandle -- libcurl with Cocoa #include "css.t" #define LIBCURL_COCOA #define CURL_URL libcurl/cocoa #include "_menu.html" #include "setup.t" WHERE2(libcurl, "/libcurl/", CURLHandle Cocoa Bindings) TITLE(accessing libcurl from Cocoa)

There are at least two different bindings for libcurl on Cocoa, BBHTTP and CURLHandle. SUBTITLE(BBHTTP)

BBHTTP is a rich wrapper for libcurl written in Objective-C SUBTITLE(CURLHandle)

CURLHandle is a Cocoa subclass of NSURLHandle that wraps an object-oriented shell around libcurl's C interface.

What is Cocoa?
You'll find more info on Apple's Cocoa Web site developer.apple.com/cocoa/. #include "_footer.html"