alexcrichton / curl-rust

Rust bindings to libcurl
MIT License
1k stars 234 forks source link

add example to use Easy2 in downloading and uploading files #535

Open LorenzoLeonardo opened 8 months ago

LorenzoLeonardo commented 8 months ago

Adding examples how to use Easy2 in downloading files

LorenzoLeonardo commented 8 months ago

Hi @alexcrichton and @sagebind please add this example in using Easy2 on how to use to download files or return response as a body. This will be helpful for the community in using Easy2.