curl_easy_init() creates a transfer handle, but the magic happens when you call curl_easy_perform()—libcurl's core function that actually moves data across the internet.
Everything curl: libcurl transfers
> Transcript: generated from the open-source book by Daniel Stenberg.
> Source: https://github.com/bagder/everything-curl