receiving/sending 的 Libcurl 和用户定义函数

Libcurl and user-defined functions for receiving/sending

我有自己的网络接收和发送数据的功能,基于WinSock,但我真的不想自己实现文本协议,比如HTTP/HTTPS。我想要一些好的图书馆为我做这件事,例如 Libcurl。

但是,例如,如果我使用 libcurl 发出 GET 请求,libcurl 使用它自己的发送和接收函数,但我想改用我自己的函数。

libcurl 是否允许以某种方式替换其接收和发送函数以使用其他用户定义的函数?

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

不,不是。