简体   繁体   中英

Libcurl and user-defined functions for receiving/sending

I have my own functions for receiving and sending data to the.network, based on WinSock, but I really don't want to implement text protocols myself, such as HTTP/HTTPS. I would like some good library to do it for me, for example Libcurl.

However, for example, if I make a GET request using libcurl, libcurl uses its own send and receive functions, but I want to use my own functions instead.

Does libcurl allow, somehow, to replace its functions for receiving and sending to use other user-defined functions?

Does libcurl allow, somehow, to replace its functions for receiving and sending to use other user-defined functions?

No, it does not.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM