You are on page 1of 1

The libcurl API

Read the libcurl API overview and the libcurl tutorial to get a general in-depth
grip of what libcurl programming is all about.

There are some example C source codes you can check out.

Dig into the Symbols In Versions document to learn in which libcurl releases
symbols were added or removed.

Easy or Multi
The easy interface is a synchronous, efficient, quickly used and... yes, easy
interface for file transfers. Numerous applications have been built using this.

The multi interface is the asynchronous brother in the family and it also offers
multiple transfers using a single thread and more. Get a grip of how to work with
it in the multi interface overview.

You might also like