Category:Libcurl

From Rosetta Code
Revision as of 16:05, 1 February 2009 by rosettacode>ShinTakezou (added library template)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Library
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by Library.

cURL is a command line tool for transferring files with URL syntax. Libcurl is the corresponding library/API that users may incorporate into their programs; cURL acts as a stand-alone wrapper to the libcurl library. See Libcurl on Wikipedia