Everything curl
Everything curl
Introduction
How to read this book
The cURL project
Get curl
Open Source
The source code
Network and protocols
Command line basics
Using curl
How to HTTP with curl
libcurl basics
Easy handle
Drive transfers
Connection reuse
Callbacks
Cleanup
Name resolving
Proxies
Post transfer info
Share data between handles
URL API
API compatibility
--libcurl
Header files
Global initialization
multi-threading
curl easy options
CURLcode return codes
Verbose operations
libcurl examples
for C++ programmers
HTTP with libcurl
Bindings
libcurl internals
Index
Powered by GitBook

multi-threading

libcurl is thread safe but has no internal thread synchronization. You may have to provide your own locking or change options to properly use libcurl threaded. Exactly what is required depends on how libcurl was built. Please refer to the libcurl thread safety webpage, which contains the latest information.

Previous
Global initialization
Next
curl easy options
Last updated 8 months ago
Export as PDF