Hey Everyone! I’ve just released a new version of Floki which is a straightforward HTTP client with an API similar to the Python requests package. It’s powered by libcurl, so if you want to use the bindings I wrote for this directly, you can find them at my mojo-curl repository.
Maybe feature parity will be achieved one day, but we’ll see where this goes.
Unfortunately, due to libcurl’s client interface making use of C variadics, this package requires the use of a small shim c library to be able to call curl_easy_setopt. So, you can’t just link libcurl and be good to go. You’ll need to make use of the curl_wrapper subpackage through the instructions in the readme!