Skip to content
Brian Boll edited this page Apr 23, 2018 · 3 revisions

Basics

This wrapper actually wraps two separate libcurl interfaces: CurlHandler for making requests in a sequential and blocking fashion, and CurlMultiHandler for making multiple requests in parallel. They both implement the same interface allowing unit testing without external API use and so they implement the same set of functions differently.

This page will address the purpose and use of each function in plain English briefly. The function prototypes can be found on the sidebar and will go into detail about implementation for each, including examples of use.

Clone this wiki locally