Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 libcurl 的新手,但我想使用 libsoup 实现以下 curl 命令:
curl --data-binary '@test.mp4' -H "x-file-name:test.mp4" http://server/upload
我怎样才能对 libsoup 做同样的事情?你能给我一些例子如何使用 libsoup 上传一个大的二进制文件吗?