JuliaWeb / LibCURL.jl

Julia wrapper for libcurl
Other
33 stars 29 forks source link

Usage example for curl_multi_perform #86

Closed szafna closed 4 years ago

szafna commented 4 years ago

It would be nice if you could provide usage example for curl_multi perform.

StefanKarpinski commented 4 years ago

This is quite tricky to implement correctly. I've got a working usage of it that will be the basis for downloading things in Julia 1.6: https://github.com/StefanKarpinski/Downloader.jl.

szafna commented 4 years ago

Will try with Donloader.jl

StefanKarpinski commented 4 years ago

It's not intended for public usage at the moment: there are no releases and the API will definitely break before there are. However, it does serve as an example of how to use the multi socket API from Julia.

szafna commented 4 years ago

Ok.

On Thu, 20 Aug 2020, 21:05 Stefan Karpinski, notifications@github.com wrote:

It's not intended for public usage at the moment: there are no releases and the API will definitely break before there are. However, it does serve as an example of how to use the multi socket API from Julia.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/JuliaWeb/LibCURL.jl/issues/86#issuecomment-677844575, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL7WDEGXTCGBBC7YDH6ETDDSBVXYBANCNFSM4PF5YB5Q .