Curl is literally just bindings to libcurl, I wouldn't recommend using this in anywhere serious.
It's simply something I made for my own tinkering a long LONG while ago, and for the majority of cases, I think you're better off using Bindings_Generator (or doing the FFI yourself), since I doubt you'd use all that libcurl has to offer.