Julia already has LibCURL packaged with it, and has all the packages behind JuliaWeb to do HTTP, so why did we need another HTTP package built on LibCURL?
In this talk I go over our motivation for writing CurlHTTP, and talk about some of the cool features that differentiate it from other libraries available in Jula. We’ll look at the CurlEasy and CurlMulti interfaces and show how easy it is to do things like mutual TLS (mTLS) authentication.
CurlHTTP is in the Package Registry and is available on github at https://github.com/bluesmoon/CurlHTTP.jl