Hi there, I was looking for a curl wrapper and found your package. Thanks for the simple interface!
However, I'd like to mention that Downloads.jl is actually also a wrapper LibCurl.jl and can also do HTTP GET and PUT commands (so it can ironically also upload). It seems Downloads.jl is used by Pkg.jl, so seems well maintained.
Maybe it's good to mention Downloads.jl as alternative in your documentation? I noticed I was running into SSL certificate issues (with custom CA Certificates) when using CurlHTTP.jl, while Downloads.jl works out of the box.
Hi there, I was looking for a curl wrapper and found your package. Thanks for the simple interface!
However, I'd like to mention that Downloads.jl is actually also a wrapper LibCurl.jl and can also do HTTP GET and PUT commands (so it can ironically also upload). It seems Downloads.jl is used by Pkg.jl, so seems well maintained.
Maybe it's good to mention Downloads.jl as alternative in your documentation? I noticed I was running into SSL certificate issues (with custom CA Certificates) when using CurlHTTP.jl, while Downloads.jl works out of the box.