I am new to libevent and experimenting some stuff here. I am given a URL of a file, I need to download this file using URL. can I perform this task using libevent in anyway ?
I am able to perform above task using libcurl. But interested to know if libevent can be used to download a file from server given URL ?